mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-14 21:58:44 +08:00
36 lines
332 B
Text
36 lines
332 B
Text
|
# .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
|
||
|
|
||
|
|