Skip to content

Instantly share code, notes, and snippets.

@mdenzel
Last active May 11, 2024 20:42
Show Gist options
  • Save mdenzel/fbf97c00dffc3a9fd49b953137ed58eb to your computer and use it in GitHub Desktop.
Save mdenzel/fbf97c00dffc3a9fd49b953137ed58eb to your computer and use it in GitHub Desktop.
Dev: example hgignore config
syntax: glob
#Projects
[Bb]in
[Dd]ebug
[Rr]elease
.hgignore
ideas.txt
#Temp files
*.bak
*.log
#Programming Languages
*.pyc
*.o
\#*\#
.\#*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment