[PATCH 1/3] Adiciona arquivos .gitignore

Antonio Terceiro terceiro en softwarelivre.org
Lun Abr 30 01:33:05 UTC 2018


---
 .gitignore      | 18 ++++++++++++++++++
 test/.gitignore |  4 ++++
 2 files changed, 22 insertions(+)
 create mode 100644 .gitignore
 create mode 100644 test/.gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..87f7e56
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,18 @@
+/aclocal.m4
+build-aux
+*.cache
+/config.h
+/configure
+deps
+.deps
+*.in
+*.la
+.libs
+/libtool
+*.lo
+*.log
+Makefile
+/src/declara
+stamp-h1
+*.status
+*.tar.gz
diff --git a/test/.gitignore b/test/.gitignore
new file mode 100644
index 0000000..06176bb
--- /dev/null
+++ b/test/.gitignore
@@ -0,0 +1,4 @@
+listtest
+listtest.trs
+tokentest
+tokentest.trs
-- 
2.17.0



Más información sobre la lista de distribución Softwares-impostos