diff options
| author | Nick Brassel <nick@tzarc.org> | 2022-02-02 15:36:37 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-02 15:36:37 +1100 |
| commit | d6d48aa2aa201fc91f2d37477fa977046b21b595 (patch) | |
| tree | 73ba14b3b5b3aab105dd5c025c1b2cd1d8107905 /.gitignore | |
| parent | 74420c9fa28108d72083abeea28cadfc92a805da (diff) | |
Remove old .gitignore entry. Add more macOS junk exclusions. (#16167)
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 768f40b191..8d065cc1c3 100644 --- a/.gitignore +++ b/.gitignore | |||
| @@ -3,6 +3,7 @@ | |||
| 3 | *.swp | 3 | *.swp |
| 4 | *~ | 4 | *~ |
| 5 | .DS_Store | 5 | .DS_Store |
| 6 | ._* | ||
| 6 | 7 | ||
| 7 | # Build artifacts | 8 | # Build artifacts |
| 8 | .clang_complete | 9 | .clang_complete |
| @@ -19,7 +20,6 @@ | |||
| 19 | # QMK-specific | 20 | # QMK-specific |
| 20 | api_data/v1 | 21 | api_data/v1 |
| 21 | doxygen/ | 22 | doxygen/ |
| 22 | quantum/version.h | ||
| 23 | *.bin | 23 | *.bin |
| 24 | *.eep | 24 | *.eep |
| 25 | *.hex | 25 | *.hex |
