Skip to content

Instantly share code, notes, and snippets.

@rubper
Forked from janpipek/.hgignore
Last active June 20, 2019 05:43
Show Gist options
  • Save rubper/64c6beb1c23707bf2daefb0697d566dd to your computer and use it in GitHub Desktop.
Save rubper/64c6beb1c23707bf2daefb0697d566dd to your computer and use it in GitHub Desktop.
.hgignore template
syntax: glob
# Back-up
*~
# Executables
**/build/**
*.o
.depend
# IDE (eclipse)
.project
.cproject
# IDE (QtCreator)
*.config
*.creator
*.creator.user
*.files
*.includes
# Python
*.pyc
#Django
*.log
*.pot
*.pyc
__pycache__/
local_settings.py
db.sqlite3
syntax: regexp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment