Skip to content

Instantly share code, notes, and snippets.

@frostney
Created November 25, 2012 18:43
Show Gist options
  • Save frostney/4144754 to your computer and use it in GitHub Desktop.
Save frostney/4144754 to your computer and use it in GitHub Desktop.
My .gitignore for delphi/freepascal projects
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.ppu
*.dcu
*.so
*.compiled
*.identcache
*.local
*.cache
*.res
*.app
*.rst
# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
# Logs and databases #
######################
*.log
*.sql
*.sqlite
# OS generated files #
######################
*.DS_Store
ehthumbs.db
Thumbs.db
# Additional stuff #
####################
*.lock
*.swp
*.out
# Backup #
##########
backup
__history
*.bak
*~
*.old
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment