Skip to content

Commit

Permalink
Add more patterns to .gitignore files
Browse files Browse the repository at this point in the history
A number of patterns and filenames where missing from .gitignore files,
especially in the tests/ directory.

.gitignore:
boehm_gc/.gitignore:
boehm_gc/libatomic_ops/pkgconfig/.gitignore:
runtime/.gitignore:
scripts/.gitignore:
tests/.gitignore:
tests/analysis/table/.gitignore:
tests/analysis/trail/.gitignore:
tests/benchmarks/.gitignore:
tests/debugger/.gitignore:
tests/invalid/.gitignore:
tests/mmc_make/.gitignore:
tests/mmc_make/lib/.gitignore:
    Add new patterns to .gitignore files.

    Remove some patterns that are implicit because they're in a parent
    directory's file.

tests/analysis/.gitignore:
    After removing superfluous patterns this file was empty.  I've deleted
    it.
  • Loading branch information
PaulBone committed Oct 2, 2013
1 parent 73641f3 commit 95a089b
Show file tree
Hide file tree
Showing 14 changed files with 58 additions and 51 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Mmake.stage.params
stage1
stage2
stage3
install_grade_dir.*
Mercury.options
autom4te.cache
aclocal.m4
Expand Down
2 changes: 2 additions & 0 deletions boehm_gc/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ libgc.lib
*.pdb
gc_cpp.cpp
libgc.dylib
libgc.so
libpar_gc.dylib
libpar_gc.so
libatomic_ops-install
Makefile
2 changes: 2 additions & 0 deletions boehm_gc/libatomic_ops/pkgconfig/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
atomic_ops-uninstalled.pc
atomic_ops.pc
1 change: 1 addition & 0 deletions runtime/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ mercury_method_call_codes.i
mercury_method_call_declares.i
mercury_method_call_inits.i
config.log
tags
1 change: 1 addition & 0 deletions scripts/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ mdb.bat
mprof.bat
mdb
mdbrc
test_mdbrc
46 changes: 39 additions & 7 deletions tests/.gitignore
Original file line number Diff line number Diff line change
@@ -1,19 +1,51 @@
TESTS_FLAGS
WS_FLAGS
*.c
*.c_date
*.d
*.date
*.date0
*.date3
*.dep
*.dv
*.err
*.err2
*.err_res
*.err_res1
*.int
*.int0
*.int2
*.int3
*.log
*.mh
*.mih
.allres
.mgnuc_copts
.mgnuc_opts
CLEAN
FAILED_TESTS
Mercury
runtests.errs
Prof.CallPair
Prof.Decl
Prof.MemoryCells
Prof.MemoryWords
CLEAN
EXPECTED_FAILED_TESTS
EXPECT_FAIL_TESTS
FAILED_TC_DIR
FAILED_TESTS
FAILED_TESTS_SUMMARY
FAIL_TESTS
FAILED_TESTS
Mercury
NOMAKE_DIRS
PASSED_TC_DIR
UNEXPECTED_FAILED_TESTS
mdbrc
mdbrc.in
runtests.errs
Prof.CallPair
Prof.Decl
Prof.MemoryCells
Prof.MemoryWords
TESTS_FLAGS
UNEXPECTED_FAILED_TESTS
WS_FLAGS
jmercury
mdbrc
mdbrc.in
runtests.errs
9 changes: 0 additions & 9 deletions tests/analysis/.gitignore

This file was deleted.

1 change: 1 addition & 0 deletions tests/analysis/table/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
table_m1.m
1 change: 1 addition & 0 deletions tests/analysis/trail/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
trail_m1.m
1 change: 1 addition & 0 deletions tests/benchmarks/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ CLEAN
.mgnuc_opts
Prof.CallPair
Prof.Decl
jmercury
3 changes: 3 additions & 0 deletions tests/debugger/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
*.int3
*.log
*.mh
*.o
.allres
*.pic_o
*.out
Expand All @@ -26,8 +27,10 @@ CLEAN
FAILED_TESTS
save_file
dice.fail
dice.pass
dice.pass[1-3]
dice.passes
interactive.out.orig
runtests.errs
.mgnuc_copts
.mgnuc_opts
Expand Down
30 changes: 1 addition & 29 deletions tests/invalid/.gitignore
Original file line number Diff line number Diff line change
@@ -1,29 +1 @@
*.c
*.c_date
*.d
*.date
*.date0
*.date3
*.dep
*.err
*.err_res
*.int
*.int0
*.int2
*.int3
*.log
*.mh
*.mih
*.dv
.allres
*.err_res1
runtests.errs
CLEAN
FAILED_TESTS
Mercury
.mgnuc_copts
.mgnuc_opts
Prof.CallPair
Prof.Decl
Prof.MemoryCells
Prof.MemoryWords
foreign_decl_line_number.err.orig
7 changes: 1 addition & 6 deletions tests/mmc_make/.gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
.mgnuc_copts
.mgnuc_opts
Prof.CallPair
Prof.Decl
Prof.MemoryCells
Prof.MemoryWords
install
4 changes: 4 additions & 0 deletions tests/mmc_make/lib/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
*.a
*.dylib
*.init
*.so

0 comments on commit 95a089b

Please sign in to comment.