]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
add: a .gitignore to be able to add the folder client/platforms.
authoriceman1001 <iceman@iuse.se>
Sun, 14 Jun 2015 21:31:52 +0000 (23:31 +0200)
committericeman1001 <iceman@iuse.se>
Sun, 14 Jun 2015 21:31:52 +0000 (23:31 +0200)
client/platforms/.gitignore [new file with mode: 0644]

diff --git a/client/platforms/.gitignore b/client/platforms/.gitignore
new file mode 100644 (file)
index 0000000..07669e1
--- /dev/null
@@ -0,0 +1,35 @@
+# .gitignore
+# don't push these files to the repository
+
+*.log
+*.eml
+*.o
+*.a
+*.d
+*.elf
+*.s19
+*.map
+*.bin
+*.dll
+*.moc.cpp
+*.exe
+proxmark
+proxmark3
+flasher
+version.c
+lua
+luac
+
+fpga/*
+!fpga/tests
+!fpga/fpga_lf.bit
+!fpga/fpga_hf.bit
+!fpga/*.v
+!fpga/Makefile
+!fpga/fpga.ucf
+!fpga/xst_lf.scr
+!fpga/xst_hf.scr
+!fpga/go.bat
+!fpga/sim.tcl
+
+
Impressum, Datenschutz