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