From cc10b8a80cbd4b56f2953951b8c9485dbac21a24 Mon Sep 17 00:00:00 2001 From: David Reiss Date: Tue, 10 Jun 2008 22:59:02 +0000 Subject: [PATCH] Don't actually ignore all makefiles in .gitignore -- erl makefiles are important! git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@666388 13f79535-47bb-0310-9956-ffa450edef68 --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6f54201d..f05ae9d1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ -Makefile -Makefile.in +/Makefile +/Makefile.in aclocal.m4 autom4te.cache autoscan.log -- 2.17.1