From 3c712b025e7f4e630b7ce1390cf3fb3709f4d135 Mon Sep 17 00:00:00 2001 From: Cary Phillips Date: Sun, 4 Aug 2019 14:34:07 -0700 Subject: [PATCH 1/2] add the file generated by bootstrap/configure to .gitignore. Signed-off-by: Cary Phillips --- .gitignore | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b483fa49e..55fd001e5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +Makefile Makefile.in autom4te.cache aclocal.m4 @@ -8,6 +9,17 @@ depcomp install-sh ltmain.sh missing +test-driver +compile +stamp-h2 +IlmBaseConfigInternal.h +OpenEXRConfigInternal.h +b44ExpLogTable.h +dwaLookups.h +eLut +eLut.h +toFloat +toFloat.h .deps *.o *.lo @@ -18,9 +30,18 @@ missing *.la *.so *.dylib -.DS_Store +*.m4 +*.log +*.trs *.project *.cproject +.DS_Store +HalfTest/ +IexTest/ +ImathTest/ +IlmImfTest/ +IlmImfUtilTest/ +IlmImfFuzzTest/ build/ build-win/ build-nuget/ From 18cb1e13142c0ca26d56fbf398b1af2a8b5851ed Mon Sep 17 00:00:00 2001 From: Cary Phillips Date: Sun, 4 Aug 2019 17:14:54 -0700 Subject: [PATCH 2/2] explicitly name the path for the autoconf-generated files in .gitignore. --- .gitignore | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 55fd001e5..0bd2d24bd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,19 +1,32 @@ Makefile Makefile.in autom4te.cache -aclocal.m4 config.guess config.sub +config.status configure depcomp install-sh ltmain.sh missing test-driver +libtool compile +stamp-h1 stamp-h2 -IlmBaseConfigInternal.h -OpenEXRConfigInternal.h +IlmBase/config/IlmBaseConfigInternal.h +IlmBase/HalfTest/HalfTest +IlmBase/IexTest/IexTest +IlmBase/ImathTest/ImathTest +PyIlmBase/config/PyIlmBaseConfig.h +PyIlmBase/PyIlmBase.pc +PyIlmBase/PyIexTest/pyIexTest +PyIlmBase/PyImathNumpyTest/pyImathNumpyTest +PyIlmBase/PyImathTest/pyImathTest +OpenEXR/config/OpenEXRConfigInternal.h +OpenEXR/IlmImfTest/IlmImfTest +OpenEXR/IlmImfUtilTest/IlmImfUtilTest +OpenEXR/IlmImfFuzzTest/IlmImfFuzzTest b44ExpLogTable.h dwaLookups.h eLut @@ -36,12 +49,6 @@ toFloat.h *.project *.cproject .DS_Store -HalfTest/ -IexTest/ -ImathTest/ -IlmImfTest/ -IlmImfUtilTest/ -IlmImfFuzzTest/ build/ build-win/ build-nuget/