From 9984483e6d3503784e4d809de03249014b683d87 Mon Sep 17 00:00:00 2001 From: rohmhatre Date: Mon, 30 May 2022 16:50:09 +0530 Subject: changed directory names --- .../openplc_modules/switches/.gitignore | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 OpenPLC_modules/openplc_modules/switches/.gitignore (limited to 'OpenPLC_modules/openplc_modules/switches/.gitignore') diff --git a/OpenPLC_modules/openplc_modules/switches/.gitignore b/OpenPLC_modules/openplc_modules/switches/.gitignore new file mode 100644 index 0000000..3730224 --- /dev/null +++ b/OpenPLC_modules/openplc_modules/switches/.gitignore @@ -0,0 +1,29 @@ +# IDE files +*.vscode + +# For PCBs designed using KiCad: http://www.kicad-pcb.org/ +# Format documentation: http://kicad-pcb.org/help/file-formats/ + +# Temporary files +*.000 +*.bak +*.bck +*.kicad_pcb-bak +*.sch-bak +*~ +_autosave-* +*.tmp +*-save.pro +*-save.kicad_pcb +fp-info-cache + +# Netlist files (exported from Eeschema) +*.net + +# Autorouter files (exported from Pcbnew) +*.dsn +*.ses + +# Exported BOM files +*.xml +*.csv -- cgit