From c4fbad06ca947a5897df3199fddddb15ba7540a7 Mon Sep 17 00:00:00 2001 From: Markus Gans Date: Tue, 23 Jun 2015 00:52:13 +0200 Subject: [PATCH] .gitignore update --- .gitignore | 17 ++++++++++++++++- doc/Makefile.in | 2 ++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6cdaa1a7..f361b9cd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -/autom4te.cache *.o *.so *.lo @@ -6,4 +5,20 @@ *.la *.a *.lib +config.* +Makefile +libtool +/autom4te.cache +src/.deps/ +src/.libs/ +test/.deps/ +test/.libs/ +test/calculator +test/dialog +test/fstring +test/hello +test/input-dialog +test/mandelbrot +test/timer +test/ui diff --git a/doc/Makefile.in b/doc/Makefile.in index 0a6ff13e..c3fd9b17 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -277,6 +277,7 @@ EXTRA_DIST = \ newfont2.png \ progress-bar.png \ readme.txt \ + FSwitch-draft.png \ terminfo-capabilities.sh \ terminfo-manual.sh \ textview.png \ @@ -297,6 +298,7 @@ doc_DATA = \ newfont2.png \ progress-bar.png \ readme.txt \ + FSwitch-draft.png \ terminfo-capabilities.sh \ terminfo-manual.sh \ textview.png \