Skip to content

Instantly share code, notes, and snippets.

@delphidabbler
Created March 8, 2014 01:15
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save delphidabbler/9423563 to your computer and use it in GitHub Desktop.
Save delphidabbler/9423563 to your computer and use it in GitHub Desktop.
General .gitignore file that I use for Delphi 7 to XE
# 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