1
0
mirror of https://github.com/github/gitignore synced 2024-11-23 04:04:21 +01:00
gitignore/Delphi.gitignore
2011-06-30 15:06:18 -04:00

25 lines
464 B
Plaintext

#Delphi Studio keeps a code change history, this isn't useful to anyone
#but the current user
__history
*~*~
#These files are all generated on the fly, whenever needed. No need to commit
# them because as soon as you pull them you'll have to recreate them anyways.
*.identcache
*.swap
*.dcu
*.local
*.swp
*.drc
*.res
*.db
#Optional to exclude, I never keep my .exe's in my project as they're just
# builds
*.exe
#Modeling Info
*.txaPackage
*.tvsconfig
*.txvpck