From 86f385bffe9b7f2b2495b2b5ba51428151fbe825 Mon Sep 17 00:00:00 2001 From: Vishnu Easwaran E Date: Fri, 15 May 2020 16:44:44 +0530 Subject: [vishnu] .gitignore files added. "imgaes" changed to "assets" and corresponding README corrections. --- .gitignore | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') 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 -- cgit