Skip to content

Commit

Permalink
Convert from svn:ignore to .gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
notroj committed Mar 7, 2019
1 parent f09a1d3 commit fecf0d7
Show file tree
Hide file tree
Showing 4 changed files with 119 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .gitignore
@@ -0,0 +1,39 @@
/config.h.in
/config.h
/configure
/config.status
/config.log
/conftest.c
/Makefile
/aclocal.m4
/*.cache
/libtool
/neon-config
/reconf*
/confdefs.h
/ltmain.sh
/ltconfig
/config.sub
/config.guess
/*.out
/*.log
/.version
/config.hw
/neon.pc
/clog
/ChangeLog
/install-sh
/po/*.gmo
/doc/*.?
/doc/*.html
/doc/*.pdf
/doc/*.ps
/doc/*.tex
/doc/*.sgml
/doc/*.junk
/doc/html
/doc/man
/doc/man3
/doc/man1
/doc/version.xml
/doc/date.xml
Empty file added macros/.gitignore
Empty file.
18 changes: 18 additions & 0 deletions src/.gitignore
@@ -0,0 +1,18 @@
*.lo
.libs
Makefile
libneon.la
libneon.a
neon_config.h
*.diff
c++.c
checkincl.c
*.*.*
*.out
*log
*.bb
*.da
*.bbg
*.[is]
*.gc*

62 changes: 62 additions & 0 deletions test/.gitignore
@@ -0,0 +1,62 @@
/tests
/*-tests
/Makefile
/request
/*.log*
/server
/regress
/compress
/*.gz
/*.lo
/*.tmp
/.libs
/acl
/oldacl
/acl3744
/auth
/lock
/basic
/ssl
/xml
/stubs
/ca
/ca-stamp
/ssigned.pem
/wildcard.*
/*.cert
/*.csr
/fqdn.pem
/wrongcn.pem
/socket
/redirect
/session
/*.out
/core*
/props
/socket-ssl
/resolve
/cookies
/*.bb
/*.da
/*.bbg
/ca*.pem
/chain.pem
/*.p12
/client.*
/clientdsa.*
/output.pem
/libtest.*
/clog
/largefile
/xmlreq
/sparse.bin
/*.gc*
/random.txt
/nssdb*
/makekeys
/ca2
/ca1
/ca3
/foobar.txt
/server.key
/

0 comments on commit fecf0d7

Please sign in to comment.