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