diff options
author | Cengiz Kaygusuz <cngkaygusuz@gmail.com> | 2019-08-18 11:44:40 -0400 |
---|---|---|
committer | Paul McGuire <ptmcg@users.noreply.github.com> | 2019-08-18 10:44:40 -0500 |
commit | 8b8cf2c3a8c37962e39aab8ce07001e3bc3f9994 (patch) | |
tree | bb6f6d04345cdb1ca29e64b111df6a1991646617 | |
parent | 709030db87149be9a2d8c045b6e125ed068a00c2 (diff) | |
download | pyparsing-git-8b8cf2c3a8c37962e39aab8ce07001e3bc3f9994.tar.gz |
Add .DS_Store to .gitignore (#115)
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -171,3 +171,8 @@ venv.bak/ .mypy_cache/ # End of https://www.gitignore.io/api/python,pycharm + +# For developers on OSX +.DS_Store + + |