chg: updated gitignore file to match new folder structure

This commit is contained in:
iceman1001 2020-04-16 16:53:28 +02:00
commit c2f4b18add

13
.gitignore vendored
View file

@ -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/*