mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-09 17:56:53 +08:00
27 lines
248 B
Text
27 lines
248 B
Text
# .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
|
|
|
|
|