0

updated .gitignore to include settings.py

This commit is contained in:
Aaron Griffith
2011-03-20 21:45:13 -04:00
parent 04ef95e4d6
commit 56f6218ea8

3
.gitignore vendored
View File

@@ -3,6 +3,9 @@ build
terrain.png terrain.png
cachedir* cachedir*
# user-provided settings file
settings.py
# header files that may be copied over, if missing # header files that may be copied over, if missing
ImPlatform.h ImPlatform.h
Imaging.h Imaging.h