From 1929af0c9e70cbc2411628e14f70f86ef555dfed Mon Sep 17 00:00:00 2001 From: pwpiwi Date: Tue, 25 Mar 2014 21:31:37 +0100 Subject: [PATCH] Provide .gitignore to prevent unwanted files to be committed --- .gitignore | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..a43a00fe --- /dev/null +++ b/.gitignore @@ -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 + + -- 2.39.2