From 41ed04c27fe6157f15fab7904f73a950e2691000 Mon Sep 17 00:00:00 2001 From: Martin Ukrop Date: Fri, 8 Jul 2016 11:59:47 +0200 Subject: Add more ignored files * .tmp and .swp for text editor files * Makefile.user created by Qt Creator * gl/tests/ctype.h as it is generated from ctype.h.in Signed-off-by: Martin Ukrop --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 647a4aa1a3..7059696042 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,8 @@ *.o *.plist *~ +*.tmp +*.swp suppressions.valgrind .deps .libs @@ -15,6 +17,7 @@ INSTALL ChangeLog Makefile Makefile.in +Makefile.user TAGS aclocal.m4 autom4te.cache/ @@ -213,6 +216,7 @@ gl/tests/arg-nonnull.h gl/tests/arpa/ gl/tests/c++defs.h gl/tests/fcntl.h +gl/tests/ctype.h gl/tests/glthread/.dirstamp gl/tests/glthread/glthread gl/tests/inttypes.h -- cgit v1.2.1