diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2014-06-05 15:45:57 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2014-06-05 15:45:57 +0100 |
commit | 909f41fb49ddb7d8745a3fd6565bf2eb6531e3e6 (patch) | |
tree | 6ad9834ab581aa6fe06d2f38fbcf1025ac0c210d | |
parent | 5763373b60ac970d4a9154de8cb3994b52e76efb (diff) |
Update .gitignore
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -67,11 +67,16 @@ autom4te.cache /m4/lt~obsolete.m4 /orc/generate-emulation +/orc/generate-bytecode +/test-driver /testsuite/abi /testsuite/benchmorc/benchmorc +/testsuite/bytecode_parse /testsuite/compile_opcodes_sys /testsuite/compile_opcodes_sys_c +/testsuite/compile_opcodes_sys_c64x +/testsuite/compile_opcodes_sys_mips /testsuite/compile_opcodes_sys_neon /testsuite/compile_parse /testsuite/compile_parse_c @@ -89,12 +94,16 @@ autom4te.cache /testsuite/show_parse /testsuite/test-schro /testsuite/test_accsadubl +/testsuite/*.trs +/testsuite/*.log /testsuite/orcc/orc_test.c /testsuite/orcc/testorc.c /testsuite/orcc/testorc.h /testsuite/orcc/orc_test /testsuite/orcc/test2 /testsuite/orcc/test3 +/testsuite/orcc/*.trs +/testsuite/orcc/*.log /tools/orcc /tools/orc-bugreport |