diff options
author | Vishnu Easwaran E | 2020-05-15 16:44:44 +0530 |
---|---|---|
committer | Vishnu Easwaran E | 2020-05-15 16:44:44 +0530 |
commit | 86f385bffe9b7f2b2495b2b5ba51428151fbe825 (patch) | |
tree | a0a8e8b30ba4398cd1bb001b2b6bd9eaa9c8c4d1 /.gitignore | |
parent | 35ea2e10994971fb5089b1f8554ff1da569ae500 (diff) | |
download | openplc_modules-86f385bffe9b7f2b2495b2b5ba51428151fbe825.tar.gz openplc_modules-86f385bffe9b7f2b2495b2b5ba51428151fbe825.tar.bz2 openplc_modules-86f385bffe9b7f2b2495b2b5ba51428151fbe825.zip |
[vishnu] .gitignore files added. "imgaes" changed to "assets" and
corresponding README corrections.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3730224 --- /dev/null +++ b/.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 |