diff options
Diffstat (limited to 'OpenPLC_modules/traffic/.gitignore')
-rw-r--r-- | OpenPLC_modules/traffic/.gitignore | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/OpenPLC_modules/traffic/.gitignore b/OpenPLC_modules/traffic/.gitignore new file mode 100644 index 0000000..3730224 --- /dev/null +++ b/OpenPLC_modules/traffic/.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 |