diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2010-06-26 12:51:03 +0100 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2010-07-21 13:29:38 -0700 |
commit | 64745ae86555e82532d548a2271f7c53f8c91d65 (patch) | |
tree | 880383cee6a6e4dac1422ac6f339037211785fe5 /.gitignore | |
parent | a492e957edb1f7255b99a7c9e7fba511028ea9ef (diff) |
.gitignore: ignore more stuff
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 49 |
1 files changed, 49 insertions, 0 deletions
@@ -21,8 +21,57 @@ depcomp *~ .deps .libs +install-sh missing stamp-h1 libtool ltmain.sh autom4te.cache + +orc-stdint.h + +/doc/orc-decl-list.txt +/doc/orc-decl.txt +/doc/orc-undeclared.txt +/doc/orc-undocumented.txt +/doc/orc-unused.txt +/doc/orc.args +/doc/orc.hierarchy +/doc/orc.interfaces +/doc/orc.prerequisites +/doc/orc.signals +/doc/version.entities +/doc/*.stamp +/doc/html/ +/doc/tmpl/ +/doc/xml/ + +/examples/example1 +/examples/mt19937ar +/examples/volscale + +/m4/libtool.m4 +/m4/ltoptions.m4 +/m4/ltsugar.m4 +/m4/ltversion.m4 +/m4/lt~obsolete.m4 + +/testsuite/abi +/testsuite/compile_opcodes_sys +/testsuite/compile_opcodes_sys_c +/testsuite/compile_opcodes_sys_neon +/testsuite/compile_parse +/testsuite/compile_parse_c +/testsuite/compile_parse_neon +/testsuite/exec_opcodes_sys +/testsuite/exec_parse +/testsuite/generate_opcodes_sys +/testsuite/generate_xml_table +/testsuite/generate_xml_table2 +/testsuite/memcpy_speed +/testsuite/perf_opcodes_sys +/testsuite/perf_parse +/testsuite/test-schro +/testsuite/test_accsadubl +/tools/orcc + |