mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-11 01:55:38 +08:00
41 lines
412 B
Text
41 lines
412 B
Text
# .gitignore
|
|
# don't push these files to the repository
|
|
|
|
.history
|
|
*.log
|
|
*.eml
|
|
*.o
|
|
*.a
|
|
*.d
|
|
*.elf
|
|
*.s19
|
|
*.map
|
|
*.bin
|
|
*.dll
|
|
*.moc.cpp
|
|
*.z
|
|
*.exe
|
|
*.dsym
|
|
hardnested_stats.txt
|
|
proxmark
|
|
proxmark3
|
|
flasher
|
|
fpga_compress
|
|
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
|
|
|
|
#client/*
|
|
client/traces/*
|