Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add the files generated by bootstrap/configure to .gitignore. #515

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 30 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,38 @@
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
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
eLut.h
toFloat
toFloat.h
.deps
*.o
*.lo
Expand All @@ -18,9 +43,12 @@ missing
*.la
*.so
*.dylib
.DS_Store
*.m4
*.log
*.trs
*.project
*.cproject
.DS_Store
build/
build-win/
build-nuget/
Expand Down