mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07: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…
Add table
Add a link
Reference in a new issue