Merge pull request #24 from ilgk/gitignore
gitignore: Ignore macOS .DS_Store files.
This commit is contained in:
commit
a5513dc49d
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -8,3 +8,4 @@ libquirc.a
|
||||||
libquirc.so*
|
libquirc.so*
|
||||||
.*.swp
|
.*.swp
|
||||||
*~
|
*~
|
||||||
|
.DS_Store
|
||||||
|
|
Loading…
Reference in a new issue