1
0
mirror of https://github.com/github/gitignore synced 2024-11-23 04:04:21 +01:00

Added a Delphi (D2007) version of git ignore.

This commit is contained in:
Chris Moultrie 2011-06-30 15:06:18 -04:00
parent 88320f20dc
commit c895ac1389

24
Delphi.gitignore Normal file
View File

@ -0,0 +1,24 @@
#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