summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-07-29 23:02:34 +0200
committerSimon Josefsson <simon@josefsson.org>2009-07-29 23:02:34 +0200
commitc9f5ec9d1b504e5341b660c5062729325243a633 (patch)
tree330817902bacae97197f3fde627d83ed58630327 /.gitignore
parent13f2fbd1dbaac69cbb2e1bd421b1a79901968995 (diff)
downloadgnutls-c9f5ec9d1b504e5341b660c5062729325243a633.tar.gz
Drop .c and sort.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore87
1 files changed, 43 insertions, 44 deletions
diff --git a/.gitignore b/.gitignore
index 993c6721c3..670186e25d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,22 +1,16 @@
-.deps
-.libs
-*.o
-*.lo
*.la
+*.lo
+*.o
*.tar.*
*~
+.deps
+.libs
ABOUT-NLS
INSTALL
Makefile
Makefile.in
aclocal.m4
autom4te.cache
-config.h
-config.h.in
-config.log
-config.status
-configure
-libtool
build-aux/config.guess
build-aux/config.sub
build-aux/depcomp
@@ -25,18 +19,20 @@ build-aux/ltmain.sh
build-aux/mdate-sh
build-aux/missing
build-aux/texinfo.tex
-doc/algorithms.texi
-doc/doxygen/Doxyfile
-doc/reference/gnutls-overrides.txt
-doc/reference/gnutls-sections.txt
-doc/gnutls.info*
-doc/*.c.texi
+config.h
+config.h.in
+config.log
+config.status
+configure
+doc/*-api.texi
doc/*.1
doc/*.3
-doc/*-api.texi
+doc/*.c.texi
+doc/algorithms.texi
+doc/cyclo/cyclo-gnutls.html
+doc/doxygen/Doxyfile
+doc/errcodes
doc/error_codes.texi
-doc/stamp-vti
-doc/version.texi
doc/examples/ex-cert-select
doc/examples/ex-client-psk
doc/examples/ex-client-resume
@@ -52,16 +48,29 @@ doc/examples/ex-serv-pgp
doc/examples/ex-serv-psk
doc/examples/ex-serv-srp
doc/examples/ex-serv1
+doc/gnutls.info*
doc/manpages/
-lib/includes/gnutls/gnutls.h
+doc/printlist
+doc/reference/gnutls-overrides.txt
+doc/reference/gnutls-sections.txt
+doc/stamp-vti
+doc/version.texi
+gl/
+lib/build-aux/
lib/gnutls-api.texi
lib/gnutls.pc
+lib/includes/gnutls/gnutls.h
lib/openpgp/pgp-api.texi
-lib/x509/x509-api.texi
+lib/po
lib/po/*.gmo
lib/po/stamp-po
+lib/x509/x509-api.texi
libextra/*-api.texi
+libextra/build-aux/
libextra/gnutls-extra.pc
+libtool
+m4/
+po
src/algorithms.texi
src/certtool
src/errcodes
@@ -72,16 +81,26 @@ src/printlist
src/psktool
src/req
src/srptool
+stamp-h1
tests/anonself
tests/certder
tests/certificate_set_x509_crl
+tests/chainverify
+tests/crq_apis
+tests/crq_key_id
tests/crypto_rng
+tests/cve-2008-4989
+tests/cve-2009-1415
+tests/cve-2009-1416
tests/dhepskself
tests/dn
+tests/dn2
tests/finished
tests/gc
tests/hostname-check
+tests/init_roundtrip
tests/mini
+tests/mini-eagain
tests/moredn
tests/mpi
tests/netconf-psk
@@ -91,6 +110,8 @@ tests/openssl
tests/parse_ca
tests/pgps2kgnu
tests/pkcs12-decode/pkcs12_s2k
+tests/pkcs12_s2k
+tests/pkcs12_s2k_pem
tests/pskself
tests/resume
tests/set_pkcs12_cred
@@ -99,27 +120,5 @@ tests/simple
tests/tlsia
tests/x509dn
tests/x509self
-doc/cyclo/cyclo-gnutls.html
-doc/errcodes
-doc/printlist
-tests/x509signself
-tests/dn2
-lib/build-aux/
-libextra/build-aux/
-gl/
-m4/
-lib/po
-po
-stamp-h1
-tests/chainverify
-tests/crq_apis
-tests/crq_key_id
-tests/cve-2008-4989
-tests/cve-2009-1415
-tests/cve-2009-1416
-tests/init_roundtrip
-tests/mini-eagain
-tests/pkcs12_s2k
-tests/pkcs12_s2k_pem
-tests/session_ticket.c
tests/x509sign-verify
+tests/x509signself