[m-rev.] diff: Add .dep_err files to .gitignore

Paul Bone paul at bone.id.au
Wed May 25 15:55:48 AEST 2016


Add .dep_err files to .gitignore

browser/.gitignore:
compiler/.gitignore:
deep_profiler/.gitignore:
library/.gitignore:
mdbcomp/.gitignore:
mfilterjavac/.gitignore:
profiler/.gitignore:
slice/.gitignore:
ssdb/.gitignore:
    As above.
---
 browser/.gitignore       | 1 +
 compiler/.gitignore      | 1 +
 deep_profiler/.gitignore | 1 +
 library/.gitignore       | 1 +
 mdbcomp/.gitignore       | 1 +
 mfilterjavac/.gitignore  | 1 +
 profiler/.gitignore      | 1 +
 slice/.gitignore         | 1 +
 ssdb/.gitignore          | 1 +
 9 files changed, 9 insertions(+)

diff --git a/browser/.gitignore b/browser/.gitignore
index 5aebbba..7353e26 100644
--- a/browser/.gitignore
+++ b/browser/.gitignore
@@ -1,6 +1,7 @@
 *.il
 *.pdb
 *.dep
+*.dep_err
 *.a
 *.c
 *.d
diff --git a/compiler/.gitignore b/compiler/.gitignore
index 99e1e25..7172bfd 100644
--- a/compiler/.gitignore
+++ b/compiler/.gitignore
@@ -18,6 +18,7 @@ mercury_compile
 mercury_compile.exe
 mercury_compile.jar
 mercury_compile.dep
+mercury_compile.dep_err
 mercury_compile.dv
 Mercury
 *.pdb
diff --git a/deep_profiler/.gitignore b/deep_profiler/.gitignore
index 23d48e5..855afe2 100644
--- a/deep_profiler/.gitignore
+++ b/deep_profiler/.gitignore
@@ -19,6 +19,7 @@
 *.date3
 *.*_date
 *.dep
+*.dep_err
 *.dv
 mdprof_test
 mdprof_cgi
diff --git a/library/.gitignore b/library/.gitignore
index b4b2b8a..d815bcd 100644
--- a/library/.gitignore
+++ b/library/.gitignore
@@ -30,6 +30,7 @@ mercury.*.h
 sicstus_compile sicstus_saved_state
 mer_std.init
 mer_std.dep
+mer_std.dep_err
 mer_std.dv
 mer_std
 library.dep
diff --git a/mdbcomp/.gitignore b/mdbcomp/.gitignore
index ef07f83..80caa72 100644
--- a/mdbcomp/.gitignore
+++ b/mdbcomp/.gitignore
@@ -22,6 +22,7 @@ mer_mdbcomp.dv
 mer_mdbcomp.mh
 mer_mdbcomp
 mer_mdbcomp.dep
+mer_mdbcomp.dep_err
 mer_mdbcomp.jar
 libmer_mdbcomp.a
 libmer_mdbcomp.lib
diff --git a/mfilterjavac/.gitignore b/mfilterjavac/.gitignore
index 82693f9..4f2eee9 100644
--- a/mfilterjavac/.gitignore
+++ b/mfilterjavac/.gitignore
@@ -6,6 +6,7 @@ tags
 *.c_date
 *.d
 *.dep
+*.dep_err
 *.dv
 *.mh
 *.mih
diff --git a/profiler/.gitignore b/profiler/.gitignore
index 8462741..a8bea50 100644
--- a/profiler/.gitignore
+++ b/profiler/.gitignore
@@ -24,6 +24,7 @@
 *.*_date
 mercury_profile
 mercury_profile.dep
+mercury_profile.dep_err
 mercury_profile.dv
 Mercury
 PROF_FLAGS
diff --git a/slice/.gitignore b/slice/.gitignore
index 8e9b487..a9e04a1 100644
--- a/slice/.gitignore
+++ b/slice/.gitignore
@@ -10,6 +10,7 @@ mcov
 *.date0
 *.date3
 *.dep
+*.dep_err
 *.dv
 *.err
 *.exe
diff --git a/ssdb/.gitignore b/ssdb/.gitignore
index f7b82fc..147abea 100644
--- a/ssdb/.gitignore
+++ b/ssdb/.gitignore
@@ -7,6 +7,7 @@ SSDB_FLAGS
 *.date0
 *.date3
 *.dep
+*.dep_err
 *.dv
 *.dylib
 *.err
-- 
2.8.1



More information about the reviews mailing list