aboutsummaryrefslogtreecommitdiffstats
path: root/.hgignore
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-06-19 11:10:21 +0200
committerMathias Bynens <mathias@qiwi.be>2012-06-19 11:10:21 +0200
commit0c15ee66751825f5ca066c810b701dd09ed4438d (patch)
tree22e000d10b6d3c4351e99e310c4153ab487805b2 /.hgignore
parent2448f29b51e9d8018a9dbe061a8d19062a8d4a67 (diff)
downloaddotfiles-0c15ee66751825f5ca066c810b701dd09ed4438d.tar.gz
dotfiles-0c15ee66751825f5ca066c810b701dd09ed4438d.tar.bz2
dotfiles-0c15ee66751825f5ca066c810b701dd09ed4438d.zip
.hgignore: Initial commit
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore17
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