mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-25 01:02:24 +00:00
Add '.DS_Store' to .gitignore.
This is a file that generally seems to turn up when you start using OS X Finder to interact with directories - which is more likely now that we're building OS X app bundles into this source tree.
This commit is contained in:
parent
c73f25564f
commit
9ee7768f31
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,6 +2,7 @@
|
|||||||
*.pyc
|
*.pyc
|
||||||
.dirstamp
|
.dirstamp
|
||||||
.deps
|
.deps
|
||||||
|
.DS_Store
|
||||||
/*.pdb
|
/*.pdb
|
||||||
/*.ilk
|
/*.ilk
|
||||||
/*.res
|
/*.res
|
||||||
|
Loading…
Reference in New Issue
Block a user