mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-11-09 15:50:34 +08:00
Merge pull request #2312 from henrygab/allow_multiple_makefiles
No code change: .gitignore user's custom Makefile.platform.xxx files
This commit is contained in:
commit
8340d60e8a
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -37,6 +37,9 @@ originalitysig.csv
|
|||
|
||||
# new build file for add-ons.
|
||||
Makefile.platform
|
||||
Makefile.platform.*
|
||||
!Makefile.platform.sample
|
||||
|
||||
# Cache for detecting platform def changes
|
||||
.Makefile.options.cache
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue