Remove old .gitignore entry. Add more macOS junk exclusions. (#16167)
This commit is contained in:
parent
74420c9fa2
commit
d6d48aa2aa
1 changed files with 1 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -3,6 +3,7 @@
|
|||
*.swp
|
||||
*~
|
||||
.DS_Store
|
||||
._*
|
||||
|
||||
# Build artifacts
|
||||
.clang_complete
|
||||
|
@ -19,7 +20,6 @@
|
|||
# QMK-specific
|
||||
api_data/v1
|
||||
doxygen/
|
||||
quantum/version.h
|
||||
*.bin
|
||||
*.eep
|
||||
*.hex
|
||||
|
|
Loading…
Reference in a new issue