diff options
-rw-r--r-- | .hgignore | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore new file mode 100644 index 0000000..4b24d82 --- /dev/null +++ b/.hgignore @@ -0,0 +1,17 @@ +# Use shell-style glob syntax +syntax: glob + +# Compiled Python files +*.pyc + +# Folder view configuration files +.DS_Store +Desktop.ini + +# Thumbnail cache files +._* +Thumbs.db + +# Files that might appear on external disks +.Spotlight-V100 +.Trashes
\ No newline at end of file |