diff options
author | Martin Ukrop <mukrop@redhat.com> | 2016-07-08 11:59:47 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-08-09 10:38:59 +0200 |
commit | 41ed04c27fe6157f15fab7904f73a950e2691000 (patch) | |
tree | be1b439c8ddfc4b2b884c0987385793a0d1501b6 /.gitignore | |
parent | 11833bfd026392d952504abb02ed8ca229d788c7 (diff) | |
download | gnutls-41ed04c27fe6157f15fab7904f73a950e2691000.tar.gz |
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 <mukrop@redhat.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
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 |