mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-10 17:49:32 +08:00
add: a .gitignore to be able to add the folder client/obj/reveng.
This commit is contained in:
parent
d7f3f65361
commit
96e41bfcec
1 changed files with 35 additions and 0 deletions
35
client/obj/reveng/.gitignore
vendored
Normal file
35
client/obj/reveng/.gitignore
vendored
Normal file
|
@ -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
|
||||
|
||||
|
Loading…
Reference in a new issue