From 96e41bfcecb0e05be04fef7237efdd21cfc9d586 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sun, 14 Jun 2015 23:32:20 +0200 Subject: [PATCH] add: a .gitignore to be able to add the folder client/obj/reveng. --- client/obj/reveng/.gitignore | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 client/obj/reveng/.gitignore diff --git a/client/obj/reveng/.gitignore b/client/obj/reveng/.gitignore new file mode 100644 index 00000000..07669e14 --- /dev/null +++ b/client/obj/reveng/.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 + + -- 2.39.2