[tests] Merged Makefile.decl in the test framework
[adg.git] / .gitignore
blobdb9e6a4762e1a29987e99fa6f80cbd642d4a31db
1 # ./autogen.sh
2 /configure
3 /INSTALL
4 /aclocal.m4
5 /autom4te.cache/
6 /config.h.in
7 /config.guess
8 /config.sub
9 /missing
10 /mkinstalldirs
11 /depcomp
12 /install-sh
13 /ltmain.sh
14 Makefile.in
16 # ./configure
17 /config.log
18 /config.status
19 /libtool
20 /stamp-h*
21 /config.h
22 .deps/
23 Makefile
25 # make
26 .libs/
27 *.o
28 *.loT
29 *.lo
30 *.la
31 *.stamp
33 # Autogenerated files
34 /ChangeLog
35 /README
36 /NEWS
37 /TODO
38 /CONTRIBUTING