diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2008-05-24 19:05:59 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2008-05-24 19:05:59 +0000 |
commit | 9e6a5e01b36463839714028922aa82a305e66e28 (patch) | |
tree | 41b02f0027e5e7a85066ccac0503d3fa7380cd4d | |
parent | Moved branch into official BETA21 position. (diff) | |
download | openvpn-9e6a5e01b36463839714028922aa82a305e66e28.tar.xz |
Modified .svnignore to only ignore files generated
by the auto* tools and make.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@2966 e7ae566f-a301-0410-adde-c780ea21d3b5
-rw-r--r-- | .svnignore | 53 | ||||
-rw-r--r-- | install-win32/.svnignore | 5 | ||||
-rw-r--r-- | service-win32/.svnignore | 6 |
3 files changed, 18 insertions, 46 deletions
@@ -1,43 +1,20 @@ -*.conf -*.log -*.patch -*.diff -*.tmp -*.html -tmp* -log* -files -pid -ipp.txt -config.m4 -version -openvpn -config.cache -configure -Makefile -Makefile.in -stamp-h* +*.o +config.status +config.log config.guess -config.sub +aclocal.m4 +install-sh +Makefile.in +openvpn depcomp -missing -mkinstalldirs -config.status config.h +.deps +Makefile config.h.in -aclocal.m4 -openvpn.spec +configure config-win32.h -install-sh -autom4te*.cache -.deps -*.tar.gz -*.exe -*.asc -*.zip -*.so -*.merge-left.* -*.merge-right.* -*.working -*.orig -*.rej +config.sub +openvpn.spec +stamp-h1 +autom4te.cache +missing diff --git a/install-win32/.svnignore b/install-win32/.svnignore index 6bf320b..9bf9495 100644 --- a/install-win32/.svnignore +++ b/install-win32/.svnignore @@ -1,5 +1,4 @@ -openvpn.nsi +*.o +Makefile.in settings Makefile -Makefile.in -tmp diff --git a/service-win32/.svnignore b/service-win32/.svnignore index df25b75..d9987b3 100644 --- a/service-win32/.svnignore +++ b/service-win32/.svnignore @@ -1,8 +1,4 @@ -*.exe -*.obj *.o -.deps Makefile.in +.deps Makefile -service.h -service.c |