Bug 1356679 - Add infer-out to .hgignore r?sebastian draft
authorAndrzej Hunt <ahunt@mozilla.com>
Fri, 14 Apr 2017 14:46:01 -0700
changeset 563016 a6199ee49e22d9d0ce307a306fd80f4e38fa15d9
parent 563014 659e85b6e2dc54a35b4213583638a86aeb4c89df
child 563223 b7a3ea6521027b3cff47612f30329f0964759151
push id54190
push userahunt@mozilla.com
push dateFri, 14 Apr 2017 21:46:42 +0000
reviewerssebastian
bugs1356679
milestone55.0a1
Bug 1356679 - Add infer-out to .hgignore r?sebastian Infer dumps a whole load of temporary output, in addition to the actual report, under infer-out. We don't want to accidentally commit that. MozReview-Commit-ID: Jtpt4rhDwF5
.hgignore
--- a/.hgignore
+++ b/.hgignore
@@ -136,8 +136,11 @@ GPATH
 
 # tup database
 ^\.tup
 
 # Ignore Visual Studio Code workspace files.
 \.vscode/(?!extensions.json$)
 
 subinclude:servo/.hgignore
+
+# Ignore Infer output
+^infer-out/
\ No newline at end of file