aboutsummaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore15
1 files changed, 10 insertions, 5 deletions
diff --git a/.hgignore b/.hgignore
index cc96fb4f..29919263 100644
--- a/.hgignore
+++ b/.hgignore
@@ -1,5 +1,10 @@
-glob:build_output/
-glob:build_temp/
-glob:bin/
-glob:obj/
-glob:*.cache
+syntax: glob
+
+build_output/
+build_temp/
+bin/
+obj/
+*.cache
+_ReSharper.*
+*.user
+*.suo