summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorGravatar Clément Pit--Claudel <clement.pitclaudel@live.com>2015-08-22 15:40:48 -0700
committerGravatar Clément Pit--Claudel <clement.pitclaudel@live.com>2015-08-22 15:40:48 -0700
commitea5592cb3fade85b31a28a3119f5e637da47e72a (patch)
tree0602ae49b0c2ad209e699c3b3801bdd6052bc1eb /.hgignore
parent5b62a70205871f5f4d62db5247f11ac6c53fc57e (diff)
Ignore flycheck_ and .orig files
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
index de39514d..667378b0 100644
--- a/.hgignore
+++ b/.hgignore
@@ -8,6 +8,8 @@ Test/desktop/.*
Test/([^/]*)/([^/]*)\.sx
^Test/sandbox/.*
^Test/.*\.csv
+Test/.*/flycheck_.*
+.*\.orig
syntax: glob
*.exe
*.pdb