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 *.pyc
.*.swp .*.swp
*.egg *.egg
@ -6,4 +8,4 @@ docs/_build
build/ build/
dist/ dist/
mongoengine.egg-info/ mongoengine.egg-info/
env/ env/