Skip to content

Commit 110df4f

Browse files
committed
Fix .gitignore to catch a few files created by Windows build process.
Also a few other minor changes to the file.
1 parent d73361c commit 110df4f

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

.gitignore

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,11 @@ $RECYCLE.BIN/
150150
# POV-Ray Windows build artefacts
151151
# ===============================
152152

153+
/libraries/ilmbase/Half/eLut.h
154+
/libraries/ilmbase/Half/toFloat.h
155+
/libraries/png/pnglibconf.h
156+
/libraries/tiff/libtiff/tif_config.h
157+
/libraries/tiff/libtiff/tiffconf.h
153158
/windows/vs*/.vs/
154159
/windows/vs*/bin32/
155160
/windows/vs*/bin64/
@@ -215,12 +220,11 @@ $RECYCLE.BIN/
215220
# Directories created by configure script
216221
.deps/
217222

218-
# Files created by make in main directory
219-
/povray.ini
220-
# Files created by make in specific subdirectories
223+
# Files created by make
221224
/unix/povray
222-
# Files created by make in various subdirectories
223225
.dirstamp
226+
# Files created by make check
227+
/povray.ini
224228

225229
# ===========================
226230
# POV-Ray meta-build detritus
@@ -251,3 +255,10 @@ $RECYCLE.BIN/
251255
/tools/windows/htmlhelp/output
252256
/tools/windows/htmlhelp/debug.txt
253257
/tools/windows/htmlhelp/filelist.txt
258+
259+
# ========================
260+
# GitHub Actions artefacts
261+
# ========================
262+
263+
# Used specifically by our own workflows
264+
/artifact*

0 commit comments

Comments
 (0)