[Spice-devel] [PATCH 1/3] Don't ignore all of m4/ in .gitignore
Christophe Fergeau
cfergeau at redhat.com
Thu Oct 10 13:27:37 CEST 2013
m4/ contains several files tracked in git, so we should not ignore
the whole directory.
---
.gitignore | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index 6318a83..8e73162 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,7 +17,11 @@ depcomp
install-sh
libtool
ltmain.sh
-m4/
+m4/libtool.m4
+m4/lt~obsolete.m4
+m4/ltoptions.m4
+m4/ltsugar.m4
+m4/ltversion.m4
missing
Makefile
Makefile.in
--
1.8.3.1
More information about the Spice-devel
mailing list