summaryrefslogtreecommitdiff
path: root/vendor/gitignore/KiCad.gitignore
diff options
context:
space:
mode:
authorZeger-Jan van de Weg <zegerjan@gitlab.com>2016-05-06 17:13:16 +0200
committerAlfredo Sumaran <alfredo@gitlab.com>2016-05-20 15:58:36 -0500
commitfab9dbb3eba55151c34fc8bc171e3670e6c7c422 (patch)
treec08e23dde57ed18176ea3d7b408c877b81c0fec0 /vendor/gitignore/KiCad.gitignore
parente166a8022a3f239938a1449a0a8ce3485f309766 (diff)
downloadgitlab-ce-fab9dbb3eba55151c34fc8bc171e3670e6c7c422.tar.gz
First import of gitignores
Add .gitignore dropdown when creating a new .gitignore file Signed-off-by: Alfredo Sumaran <alfredo@gitlab.com>
Diffstat (limited to 'vendor/gitignore/KiCad.gitignore')
-rw-r--r--vendor/gitignore/KiCad.gitignore20
1 files changed, 20 insertions, 0 deletions
diff --git a/vendor/gitignore/KiCad.gitignore b/vendor/gitignore/KiCad.gitignore
new file mode 100644
index 00000000000..606ed1c7b4d
--- /dev/null
+++ b/vendor/gitignore/KiCad.gitignore
@@ -0,0 +1,20 @@
+# For PCBs designed using KiCad: http://www.kicad-pcb.org/
+
+# Temporary files
+*.000
+*.bak
+*.bck
+*.kicad_pcb-bak
+*~
+_autosave-*
+*.tmp
+
+# Netlist files (exported from Eeschema)
+*.net
+
+# Autorouter files (exported from Pcbnew)
+.dsn
+
+# Exported BOM files
+*.xml
+*.csv