]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
Provide .gitignore to prevent unwanted files to be committed
authorpwpiwi <pwpiwi@users.noreply.github.com>
Tue, 25 Mar 2014 20:31:37 +0000 (21:31 +0100)
committerpwpiwi <pwpiwi@users.noreply.github.com>
Tue, 25 Mar 2014 20:31:37 +0000 (21:31 +0100)
.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..a43a00f
--- /dev/null
@@ -0,0 +1,27 @@
+# .gitignore
+# don't push these files to the repository
+
+*.o
+*.a
+*.d
+*.elf
+*.s19
+*.map
+*.bin
+*.dll
+*.moc.cpp
+*.exe
+proxmark
+flasher
+version.c
+
+fpga/*
+!fpga/fpga.bit
+!fpga/*.v
+!fpga/Makefile
+!fpga/fpga.ucf
+!fpga/xst.scr
+!fpga/go.bat
+!fpga/sim.tcl
+
+
Impressum, Datenschutz