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
|
||||
*.old
|
||||
*.swp
|
||||
*.json.bak
|
||||
|
||||
# new build file for add-ons.
|
||||
Makefile.platform
|
||||
# Cache for detecting platform def changes
|
||||
.Makefile.options.cache
|
||||
|
||||
!client/hardnested/*.bin
|
||||
!client/hardnested/tables/*.z
|
||||
client/ui/ui_overlays.h
|
||||
client/reveng/bmptst
|
||||
!client/resources/hardnested/*.bin
|
||||
!client/resources/hardnested_tables/*.z
|
||||
client/src/ui/ui_overlays.h
|
||||
client/deps/reveng/bmptst
|
||||
|
||||
hardnested_stats.txt
|
||||
proxmark3
|
||||
|
@ -64,10 +65,14 @@ fpga/*
|
|||
!fpga/xst_hf.scr
|
||||
!fpga/go.bat
|
||||
!fpga/sim.tcl
|
||||
# offcial dumps folder
|
||||
dumps/*
|
||||
|
||||
#client/*
|
||||
# my own traces folder
|
||||
client/traces/*
|
||||
# my own dumps folder
|
||||
client/dumps/*
|
||||
*.ice
|
||||
*.new
|
||||
armsrc/TEMP EMV/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue