Skip to content

Instantly share code, notes, and snippets.

@edwinyzh
Forked from delphidabbler/.gitignore
Created January 7, 2022 07:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edwinyzh/1b301d27adda5bc6ed64448df82c2a3e to your computer and use it in GitHub Desktop.
Save edwinyzh/1b301d27adda5bc6ed64448df82c2a3e 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