mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
gitignore
This commit is contained in:
parent
7c27931685
commit
fad25e36ed
1 changed files with 8 additions and 0 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -31,6 +31,7 @@ version.c
|
||||||
*.old
|
*.old
|
||||||
*.swp
|
*.swp
|
||||||
*.json.bak
|
*.json.bak
|
||||||
|
*.pyc
|
||||||
|
|
||||||
# new build file for add-ons.
|
# new build file for add-ons.
|
||||||
Makefile.platform
|
Makefile.platform
|
||||||
|
@ -40,6 +41,13 @@ Makefile.platform
|
||||||
# cmake
|
# cmake
|
||||||
client/build/
|
client/build/
|
||||||
|
|
||||||
|
# Coverity
|
||||||
|
cov-int/
|
||||||
|
.coverity.conf
|
||||||
|
|
||||||
|
# profiling
|
||||||
|
*.gcno
|
||||||
|
|
||||||
!client/resources/hardnested/*.bin
|
!client/resources/hardnested/*.bin
|
||||||
!client/resources/hardnested_tables/*.z
|
!client/resources/hardnested_tables/*.z
|
||||||
client/src/ui/ui_overlays.h
|
client/src/ui/ui_overlays.h
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue