Signed-off-by: Alon Bar-Lev <alon.bar...@gmail.com> --- .gitignore | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore index 9f546a3..f762089 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 -- 1.7.3.4