mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-22 04:43:53 +00:00
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.
16 lines
331 B
Plaintext
16 lines
331 B
Plaintext
*.c *.nux *.nux.save *.exp *.out *.res
|
|
deriv deriv2 nrev poly primes qsort queens tak query cqueens crypt
|
|
poly.*.memprof.mprof
|
|
poly.*.memprof.CallPair
|
|
poly.*.memprof.MemoryWords
|
|
poly.*.memprof.MemoryCells
|
|
poly.*.memprof.Decl
|
|
Prof.MemoryWords Prof.MemoryCells
|
|
.allres
|
|
CLEAN
|
|
.mgnuc_copts
|
|
.mgnuc_opts
|
|
Prof.CallPair
|
|
Prof.Decl
|
|
jmercury
|