Skip to content

Instantly share code, notes, and snippets.

@janpipek
Last active June 20, 2019 05:39
Show Gist options
  • Save janpipek/5151635 to your computer and use it in GitHub Desktop.
Save janpipek/5151635 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
# Java
*.class
syntax: regexp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment