Add hidden (.*) files to .gitignore but not the .gitignore itself.

This commit is contained in:
Serge Matveenko 2010-12-21 18:11:33 +03:00
parent 69989365c7
commit 0acb2d904d

4
.gitignore vendored
View File

@ -1,3 +1,5 @@
.*
!.gitignore
*.pyc
.*.swp
*.egg
@ -6,4 +8,4 @@ docs/_build
build/
dist/
mongoengine.egg-info/
env/
env/