Created
March 8, 2014 01:15
-
-
Save delphidabbler/9423563 to your computer and use it in GitHub Desktop.
General .gitignore file that I use for Delphi 7 to XE
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# General .gitignore file suitable for Delphi 7 to XE | |
*.ddp | |
*.exe | |
*.dll | |
*.bpl | |
*.bpi | |
*.dcp | |
*.so | |
*.apk | |
*.drc | |
*.map | |
*.dres | |
*.rsm | |
*.tds | |
*.local | |
*.identcache | |
*.projdata | |
*.tvsconfig | |
*.dsk | |
__history/ | |
*.~* | |
*.dcu | |
*.dof | |
*.cfg | |
# Add build directories below | |
# (Exe not actually needed since it is covered by *.exe above) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment