From: iceman1001 Date: Sun, 14 Jun 2015 21:31:52 +0000 (+0200) Subject: add: a .gitignore to be able to add the folder client/platforms. X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/d7f3f65361cee17bb7ee3a3c72b55ff9415e25ef add: a .gitignore to be able to add the folder client/platforms. --- diff --git a/client/platforms/.gitignore b/client/platforms/.gitignore new file mode 100644 index 00000000..07669e14 --- /dev/null +++ b/client/platforms/.gitignore @@ -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 + +