Added .gitignore

This commit is contained in:
Chris Taylor 2013-04-06 11:48:26 +08:00
parent bb18ba4fbb
commit 2bfb13c9e0
2 changed files with 49 additions and 0 deletions

48
.gitignore vendored Normal file
View file

@ -0,0 +1,48 @@
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.app
*.o
*.so
*.pyc
build
# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
# Logs and databases #
######################
*.log
*.sql
*.sqlite
*.dblite
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
Thumbs.db
# Xcode generated files #
######################
# Note: committing these is optional
*.mode1v3
*.pbxuser

View file

@ -3,6 +3,7 @@ D1X-Rebirth Changelog
20130406
--------
d1x-rebirth.xcodeproj/project.pbxproj, editor/ehostage.c, main/custom.c: Updated Xcode project, changed references to error.h to dxxerror.h, since it was renamed
.gitignore: Added .gitignore
20130405
--------