From 64745ae86555e82532d548a2271f7c53f8c91d65 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Sat, 26 Jun 2010 12:51:03 +0100 Subject: [PATCH] .gitignore: ignore more stuff --- .gitignore | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/.gitignore b/.gitignore index e0e3e58..ff46e41 100644 --- a/.gitignore +++ b/.gitignore @@ -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 + -- 2.7.4