From 34cb9132ef2dae08f91a66015ea5437539a4b557 Mon Sep 17 00:00:00 2001 From: Alon Bar-Lev Date: Wed, 29 Feb 2012 22:11:59 +0200 Subject: build: standard directory layout Suitable for mature project. root - administrative stuff doc - documents src - sources tests - tests distro - distro specific files sample - samples SIDE EFFECT: many changes to rpm spec. Signed-off-by: Alon Bar-Lev Acked-by: Adriaan de Jong Signed-off-by: David Sommerseth --- .gitignore | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 8cc07de..46cd4c8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,13 @@ *.[oa] *.dll *.exe +*.exe.* *.mak *.obj *.pyc *.so *~ +*.idb .deps Makefile Makefile.in @@ -21,21 +23,11 @@ config.sub configure configure.h depcomp -dist/ +stamp-h1 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 + +doc/openvpn.8.html +distro/rpm/openvpn.spec +tests/t_client.sh +src/openvpn/openvpn -- cgit