From 3243fa3cf2b8fb88036861d1bf29026e4046f6e6 Mon Sep 17 00:00:00 2001 From: Simon Ratner Date: Wed, 9 Jul 2014 12:05:32 -0700 Subject: [PATCH] Unignore /aclocal files required for build --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ebf4abea898..02316f3e6fd 100644 --- a/.gitignore +++ b/.gitignore @@ -17,7 +17,6 @@ *_ReSharper* *.opensdf *.swp -*.m4 *~ .*project @@ -25,6 +24,8 @@ junit*.properties gen-* Makefile Makefile.in +aclocal.m4 +acinclude.m4 autom4te.cache node_modules compile @@ -35,6 +36,8 @@ test-driver .svn /contrib/.vagrant/ +/aclocal/libtool.m4 +/aclocal/lt*.m4 /autoscan.log /autoscan-*.log /compiler/cpp/Debug