diff options
author | Clément Pit--Claudel <clement.pitclaudel@live.com> | 2015-08-22 15:40:48 -0700 |
---|---|---|
committer | Clément Pit--Claudel <clement.pitclaudel@live.com> | 2015-08-22 15:40:48 -0700 |
commit | ea5592cb3fade85b31a28a3119f5e637da47e72a (patch) | |
tree | 0602ae49b0c2ad209e699c3b3801bdd6052bc1eb /.hgignore | |
parent | 5b62a70205871f5f4d62db5247f11ac6c53fc57e (diff) |
Ignore flycheck_ and .orig files
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,6 +8,8 @@ Test/desktop/.* Test/([^/]*)/([^/]*)\.sx
^Test/sandbox/.*
^Test/.*\.csv
+Test/.*/flycheck_.*
+.*\.orig
syntax: glob
*.exe
*.pdb
|