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
|
*.swp
|
||||||
*~
|
*~
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
._*
|
||||||
|
|
||||||
# Build artifacts
|
# Build artifacts
|
||||||
.clang_complete
|
.clang_complete
|
||||||
|
@ -19,7 +20,6 @@
|
||||||
# QMK-specific
|
# QMK-specific
|
||||||
api_data/v1
|
api_data/v1
|
||||||
doxygen/
|
doxygen/
|
||||||
quantum/version.h
|
|
||||||
*.bin
|
*.bin
|
||||||
*.eep
|
*.eep
|
||||||
*.hex
|
*.hex
|
||||||
|
|
Loading…
Reference in a new issue