diff options
author | Chris Liddell <chris.liddell@artifex.com> | 2012-05-15 12:10:14 +0100 |
---|---|---|
committer | Chris Liddell <chris.liddell@artifex.com> | 2012-05-15 12:10:14 +0100 |
commit | be37389c29534ffd9ce6bb31353f4f8c0273bfd3 (patch) | |
tree | 1b928c16c66fb985b8c34b8f67e49650c83e4808 | |
parent | 676ca45571121495de22c02ac7b03da14f75525c (diff) |
Add a bunch of derived files to .gitignore
CLUSTER_UNTESTED
-rw-r--r-- | .gitignore | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index da684dc70..33cede7ab 100644 --- a/.gitignore +++ b/.gitignore @@ -33,6 +33,65 @@ profobj64 cscope.* autom4te.cache +gs/Makefile +gs/Makefile.in +gs/config.log +gs/config.status +gs/configure +gs/configure.ac +gs/cups/gstopxl +gs/jbig2dec/.deps/ +gs/jbig2dec/Makefile +gs/jbig2dec/config.log +gs/jbig2dec/config.status +gs/tiff/Makefile +gs/tiff/build/Makefile +gs/tiff/config.log +gs/tiff/config.status +gs/tiff/contrib/Makefile +gs/tiff/contrib/acorn/Makefile +gs/tiff/contrib/addtiffo/.deps/ +gs/tiff/contrib/addtiffo/Makefile +gs/tiff/contrib/dbs/.deps/ +gs/tiff/contrib/dbs/Makefile +gs/tiff/contrib/dbs/xtiff/Makefile +gs/tiff/contrib/iptcutil/.deps/ +gs/tiff/contrib/iptcutil/Makefile +gs/tiff/contrib/mac-cw/Makefile +gs/tiff/contrib/mac-mpw/Makefile +gs/tiff/contrib/mfs/Makefile +gs/tiff/contrib/pds/Makefile +gs/tiff/contrib/ras/Makefile +gs/tiff/contrib/stream/Makefile +gs/tiff/contrib/tags/Makefile +gs/tiff/contrib/win_dib/Makefile +gs/tiff/html/Makefile +gs/tiff/html/images/Makefile +gs/tiff/html/man/Makefile +gs/tiff/libtiff/.deps/ +gs/tiff/libtiff/Makefile +gs/tiff/libtiff/stamp-h1 +gs/tiff/libtiff/stamp-h2 +gs/tiff/libtiff/tif_config.h +gs/tiff/libtiff/tiffconf.h +gs/tiff/libtool +gs/tiff/man/Makefile +gs/tiff/port/.deps/ +gs/tiff/port/Makefile +gs/tiff/test/.deps/ +gs/tiff/test/Makefile +gs/tiff/tools/.deps/ +gs/tiff/tools/Makefile +gs/jbig2dec/config.h +gs/jbig2dec/configure.lineno +gs/jbig2dec/libtool + +config.log +config.mak +config.status +configure +tiff + # Adding the following lines would help limit the 'noise' seen in git status # due to files created during testing. Conversely, it prevents them being # removed with git clean. A compromise is to include them here commented out |