Comenta gitignore
[cascardo/declara.git] / .gitignore
1 # Intermediate built files
2 *.lo
3 *.la
4
5 # Files generated by autoconf/automake/libtool
6 /aclocal.m4
7 build-aux
8 *.cache
9 /config.h
10 /configure
11 deps
12 .deps
13 *.in
14 .libs
15 /libtool
16 Makefile
17 stamp-h1
18 *.status
19 *.tar.gz
20
21 # Program file
22 /src/declara
23
24 # Files generated by tests
25 *.log