From 69c0db7c71c1f98f9f18b92e35c05e95276f7484 Mon Sep 17 00:00:00 2001 From: Alon Bar-Lev Date: Wed, 16 May 2012 01:21:15 +0300 Subject: cleanup: update .gitignore Signed-off-by: Alon Bar-Lev Acked-by: David Sommerseth Message-Id: 1337120475-3959-1-git-send-email-alon.barlev@gmail.com URL: http://article.gmane.org/gmane.network.openvpn.devel/6596 Signed-off-by: David Sommerseth --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 60b9433..f068d58 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ *.[oa] +*.l[oa] *.dll *.exe *.exe.* @@ -17,6 +18,7 @@ Release Debug Win32-Output .deps +.libs Makefile Makefile.in aclocal.m4 -- cgit