mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
chg: updated gitignore file to match new folder structure
This commit is contained in:
parent
b0854bb3aa
commit
c2f4b18add
1 changed files with 9 additions and 4 deletions
13
.gitignore
vendored
13
.gitignore
vendored
|
@ -30,16 +30,17 @@ version.c
|
||||||
*.json
|
*.json
|
||||||
*.old
|
*.old
|
||||||
*.swp
|
*.swp
|
||||||
|
*.json.bak
|
||||||
|
|
||||||
# new build file for add-ons.
|
# new build file for add-ons.
|
||||||
Makefile.platform
|
Makefile.platform
|
||||||
# Cache for detecting platform def changes
|
# Cache for detecting platform def changes
|
||||||
.Makefile.options.cache
|
.Makefile.options.cache
|
||||||
|
|
||||||
!client/hardnested/*.bin
|
!client/resources/hardnested/*.bin
|
||||||
!client/hardnested/tables/*.z
|
!client/resources/hardnested_tables/*.z
|
||||||
client/ui/ui_overlays.h
|
client/src/ui/ui_overlays.h
|
||||||
client/reveng/bmptst
|
client/deps/reveng/bmptst
|
||||||
|
|
||||||
hardnested_stats.txt
|
hardnested_stats.txt
|
||||||
proxmark3
|
proxmark3
|
||||||
|
@ -64,10 +65,14 @@ fpga/*
|
||||||
!fpga/xst_hf.scr
|
!fpga/xst_hf.scr
|
||||||
!fpga/go.bat
|
!fpga/go.bat
|
||||||
!fpga/sim.tcl
|
!fpga/sim.tcl
|
||||||
|
# offcial dumps folder
|
||||||
|
dumps/*
|
||||||
|
|
||||||
#client/*
|
#client/*
|
||||||
# my own traces folder
|
# my own traces folder
|
||||||
client/traces/*
|
client/traces/*
|
||||||
|
# my own dumps folder
|
||||||
|
client/dumps/*
|
||||||
*.ice
|
*.ice
|
||||||
*.new
|
*.new
|
||||||
armsrc/TEMP EMV/*
|
armsrc/TEMP EMV/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue