mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-02-24 07:34:40 +08:00
Provide .gitignore to prevent unwanted files to be committed
This commit is contained in:
parent
347dea669a
commit
1929af0c9e
1 changed files with 27 additions and 0 deletions
27
.gitignore
vendored
Normal file
27
.gitignore
vendored
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
# .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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue