From 98054a0744d1e228341cf2d8e1b1f9f2650c2775 Mon Sep 17 00:00:00 2001 From: Heiko Hund Date: Thu, 18 Aug 2011 12:17:50 +0000 Subject: [PATCH] add .gitignore to official repository MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This .gitignore make the output of git status a lot more readable. It was made from the dynamically generated files that showed after using both build system. Signed-off-by: Samuli Seppänen Signed-off-by: Heiko Hund Acked-By: David Sommerseth Signed-off-by: David Sommerseth --- .gitignore | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..3d12f5d22 --- /dev/null +++ b/.gitignore @@ -0,0 +1,40 @@ +*.[oa] +*.dll +*.exe +*.mak +*.obj +*.pyc +*.so +.deps +Makefile +Makefile.in +aclocal.m4 +autodefs.h +autom4te.cache +config.guess +config.h +config.h.in +config.log +config.status +config.sub +configure +configure.h +depcomp +dist/ +install-sh +install-win32/settings +install-win32/tmp +missing +openvpn +openvpn.8.html +openvpn.exe.manifest +openvpnserv.exe.manifest +openvpn.spec +stamp-h1 +t_client.sh +tap-win32/SOURCES +tap-win32/amd64/ +tap-win32/i386/ +tapinstall/ +vc90.idb +win/version_m4_vars.tmp -- 2.47.3