Skip to content

Commit

Permalink
Fix .gitignore to catch a few files created by Windows build process.
Browse files Browse the repository at this point in the history
Also a few other minor changes to the file.
  • Loading branch information
c-lipka committed Jun 3, 2021
1 parent d73361c commit 110df4f
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,11 @@ $RECYCLE.BIN/
# POV-Ray Windows build artefacts
# ===============================

/libraries/ilmbase/Half/eLut.h
/libraries/ilmbase/Half/toFloat.h
/libraries/png/pnglibconf.h
/libraries/tiff/libtiff/tif_config.h
/libraries/tiff/libtiff/tiffconf.h
/windows/vs*/.vs/
/windows/vs*/bin32/
/windows/vs*/bin64/
Expand Down Expand Up @@ -215,12 +220,11 @@ $RECYCLE.BIN/
# Directories created by configure script
.deps/

# Files created by make in main directory
/povray.ini
# Files created by make in specific subdirectories
# Files created by make
/unix/povray
# Files created by make in various subdirectories
.dirstamp
# Files created by make check
/povray.ini

# ===========================
# POV-Ray meta-build detritus
Expand Down Expand Up @@ -251,3 +255,10 @@ $RECYCLE.BIN/
/tools/windows/htmlhelp/output
/tools/windows/htmlhelp/debug.txt
/tools/windows/htmlhelp/filelist.txt

# ========================
# GitHub Actions artefacts
# ========================

# Used specifically by our own workflows
/artifact*

0 comments on commit 110df4f

Please sign in to comment.