Suporta CNPJ em bem.
[cascardo/declara.git] / .gitignore
index 87f7e56..b46d486 100644 (file)
@@ -1,3 +1,12 @@
+# Backup files
+*~
+
+# Intermediate built files
+*.o
+*.lo
+*.la
+
+# Files generated by autoconf/automake/libtool
 /aclocal.m4
 build-aux
 *.cache
@@ -6,13 +15,20 @@ build-aux
 deps
 .deps
 *.in
-*.la
 .libs
 /libtool
-*.lo
-*.log
 Makefile
-/src/declara
 stamp-h1
 *.status
 *.tar.gz
+/INSTALL
+
+# Program file
+/src/declara
+
+# Files generated by tests
+*.log
+
+# Test files
+*.BKP
+*.DEC