mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
CHG: adjustments of gitconfigurations.
This commit is contained in:
parent
a7e677061a
commit
89b24a69c0
2 changed files with 12 additions and 3 deletions
1
.gitattributes
vendored
1
.gitattributes
vendored
|
@ -1,4 +1,5 @@
|
||||||
# .gitattributes
|
# .gitattributes
|
||||||
# prevent binary files from CRLF handling, diff and merge:
|
# prevent binary files from CRLF handling, diff and merge:
|
||||||
fpga/fpga.bit -crlf -diff
|
fpga/fpga.bit -crlf -diff
|
||||||
|
*.bin -crlf -diff
|
||||||
|
|
14
.gitignore
vendored
14
.gitignore
vendored
|
@ -12,19 +12,26 @@
|
||||||
*.s19
|
*.s19
|
||||||
*.map
|
*.map
|
||||||
*.bin
|
*.bin
|
||||||
|
!client/hardnested/*.bin
|
||||||
|
!client/hardnested/tables/*.bin
|
||||||
*.dll
|
*.dll
|
||||||
*.moc.cpp
|
*.moc.cpp
|
||||||
*.z
|
*.z
|
||||||
|
usb_cmd.lua
|
||||||
|
version.c
|
||||||
|
client/ui/ui_overlays.h
|
||||||
|
*.Td
|
||||||
|
|
||||||
*.exe
|
*.exe
|
||||||
*.dsym
|
*.dsym
|
||||||
hardnested_stats.txt
|
hardnested_stats.txt
|
||||||
proxmark
|
|
||||||
proxmark3
|
proxmark3
|
||||||
flasher
|
flasher
|
||||||
fpga_compress
|
|
||||||
version.c
|
|
||||||
lua
|
lua
|
||||||
luac
|
luac
|
||||||
|
fpga_compress
|
||||||
|
mfkey32
|
||||||
|
mfkey64
|
||||||
|
|
||||||
fpga/*
|
fpga/*
|
||||||
!fpga/tests
|
!fpga/tests
|
||||||
|
@ -39,4 +46,5 @@ fpga/*
|
||||||
!fpga/sim.tcl
|
!fpga/sim.tcl
|
||||||
|
|
||||||
#client/*
|
#client/*
|
||||||
|
# my own traces folder
|
||||||
client/traces/*
|
client/traces/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue