From: Ludovic Courtès Date: Fri, 26 Oct 2007 08:42:56 +0000 (+0200) Subject: Add `.gitignore'. X-Git-Tag: gnutls_2_1_4~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ee8042f1e44866aa898f45d985a93bf4c2ea457f;p=thirdparty%2Fgnutls.git Add `.gitignore'. --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..8a3186dab2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +Makefile +Makefile.in +*~ +aclocal.m4 +autom4te.cache +build-aux/* +config.cache +config.log +config.status +config.h +config.h.in +configure +libtool +lib/* +.libs +.deps +*.x +,* +*.la +*.lo +*.o +stamp-h[0-9] +INSTALL +ABOUT-NLS diff --git a/doc/.gitignore b/doc/.gitignore new file mode 100644 index 0000000000..1dfa5cbe3c --- /dev/null +++ b/doc/.gitignore @@ -0,0 +1,8 @@ +gnutls.info* +*.c.texi +*.1 +*.3 +*-api.texi +error_codes.texi +stamp-vti +version.texi diff --git a/gl/.gitignore b/gl/.gitignore new file mode 100644 index 0000000000..190b1ad8ab --- /dev/null +++ b/gl/.gitignore @@ -0,0 +1 @@ +netinet_in_.h diff --git a/guile/.gitignore b/guile/.gitignore new file mode 100644 index 0000000000..ac6d07a897 --- /dev/null +++ b/guile/.gitignore @@ -0,0 +1,7 @@ +*.x +*.i.c +smobs.h +enums.h +extra-smobs.h +extra-enums.h +pre-inst-guile diff --git a/lgl/.gitignore b/lgl/.gitignore new file mode 100644 index 0000000000..608ad0652e --- /dev/null +++ b/lgl/.gitignore @@ -0,0 +1,12 @@ +alloca_.h +float_.h +stdbool_.h +stdint_.h +stdio_.h +stdlib_.h +string_.h +sys_socket_.h +sys_stat_.h +time_.h +unistd_.h +wchar_.h diff --git a/libextra/.gitignore b/libextra/.gitignore new file mode 100644 index 0000000000..f3343257bc --- /dev/null +++ b/libextra/.gitignore @@ -0,0 +1,3 @@ +*-api.texi +gnutls-extra.pc +libgnutls-extra-config diff --git a/po/.gitignore b/po/.gitignore new file mode 100644 index 0000000000..c43d754af0 --- /dev/null +++ b/po/.gitignore @@ -0,0 +1,2 @@ +*.gmo +stamp-po