Files
mercury/compiler/.gitignore
Sebastian Godelet 1d530c7d4e Add more entries to .gitignore files
This is a consecutive patch to my previous patch, it extends the .gitignore
files to work more thoroughly on Windows.

browser/.gitignore:
    ignore .net .dll assemblies

compiler/.gitignore:
    ignore *.obj

extras/.gitignore:
    Ignore the tags directory
    Ignore: *.bat, *.lib,
    Ignore *.dll rather than lib*.dll because the .net assemblies are not
    prefixed.

extras/dynamic_linking/.gitignore:
    Ignore *.out (test output files)

extras/error/.gitignore:
    Ignoring unix binary for the error utility

extras/lex/tests/.gitignore:
    Ignore the test_regex binary

extras/moose/tests/.gitignore:
    Ignore array_based.m because it is generated from array_based.moo
2014-03-05 09:41:51 +11:00

47 lines
447 B
Plaintext

*.il
*__cpp_code.cpp
*.c
*.d
*.h
*.obj
*.exe
*.ql
*.pl
*.prof
*.err
*.int
*.int0
*.int2
*.int3
*.date
*.date0
*.date3
*.used
maybe_mlds_to_gcc.m
*.pp_date
mercury_compile.stats
mercury_compile
mercury_compile.dep
mercury_compile.dv
top_level
top_level.dep
top_level.dv
mlds_to_gcc.dep
mlds_to_gcc.dv
Mercury
*.ilk
*.pdb
*.*_date
*.mh
*.mih
Mercury.modules
*.o
*.opt
*.optdate
*.trans_opt
*.trans_opt_date
COMP_FLAGS
config.log
.compiler_tags
tags