* .hgignore: Added m4/libtool.m4, m4/ltoptions.m4, m4/ltsugar.m4,
[cacao.git] / .hgignore
1 syntax: glob
2 .deps
3 .libs
4 *~
5 *.la
6 *.lo
7 *.a
8 *.o
9 *.aux
10 *.ids
11 *.idx
12 *.log
13 *.out
14 *.toc
15 Makefile
16 Makefile.in
17 TAGS
18 aclocal.m4
19 autom4te.cache
20 config.h
21 config.h.in
22 config.log
23 config.status
24 configure
25 libtool
26 stamp-h1
27 compile
28 config.guess
29 config.sub
30 depcomp
31 install-sh
32 ltmain.sh
33 missing
34 contrib/setenvinstalled
35 contrib/setenvsource
36 doc/doxygen/html
37 doc/doxygen/latex
38 m4/libtool.m4
39 m4/ltoptions.m4
40 m4/ltsugar.m4
41 m4/ltversion.m4
42 m4/lt~obsolete.m4
43 src/cacao/cacao
44 src/cacaoh/cacaoh
45 src/classes/classes/
46 src/classes/vm.zip
47 src/native/include/*.h
48 src/scripts/java
49 tests/*.class
50 tests/regression/*.class
51 tests/regression/assertion/*.class
52 tests/regression/assertion/packagetest/*.class
53 tests/regression/bugzilla/*.class
54 tests/regression/jasmin/*.class
55 tests/regression/junit/*.class
56 tests/regression/native/*.class
57 tests/regression/native/*.h
58 tests/regression/native/*.so
59 tests/regression/resolving/*.class
60 tests/regression/resolving/classes1/*.class
61 tests/regression/resolving/classes2/*.class
62 tests/regression/resolving/classes3/*.class
63 tests/threads/*.class