summaryrefslogtreecommitdiffstats
path: root/.hgignore
diff options
context:
space:
mode:
authorDerek Jones <derek.jones@ellislab.com>2010-02-19 16:11:42 +0100
committerDerek Jones <derek.jones@ellislab.com>2010-02-19 16:11:42 +0100
commit7313237eaef22530789067066954280d609a0550 (patch)
tree82e9e126ddebb844ae15cbac99b66f625e50286b /.hgignore
parenta245f39352bbc9c7c7739743da8a5e7230ae51bd (diff)
adding .hgignore, ignoring .DS_Store files
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
new file mode 100644
index 000000000..821ac8331
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,3 @@
+syntax: glob
+
+.DS_Store \ No newline at end of file