diff options
author | Mathias Bynens <mathias@qiwi.be> | 2012-06-19 11:10:21 +0200 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2012-06-19 11:10:21 +0200 |
commit | 0c15ee66751825f5ca066c810b701dd09ed4438d (patch) | |
tree | 22e000d10b6d3c4351e99e310c4153ab487805b2 | |
parent | 2448f29b51e9d8018a9dbe061a8d19062a8d4a67 (diff) | |
download | dotfiles-0c15ee66751825f5ca066c810b701dd09ed4438d.tar.gz dotfiles-0c15ee66751825f5ca066c810b701dd09ed4438d.tar.bz2 dotfiles-0c15ee66751825f5ca066c810b701dd09ed4438d.zip |
.hgignore: Initial commit
-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 |