diff options
author | Chris Reuter <chris@blit.ca> | 2014-01-31 18:52:28 -0500 |
---|---|---|
committer | Chris Reuter <chris@blit.ca> | 2014-02-07 14:17:17 -0500 |
commit | 74ad18cc54f1841d18e9ffc54dbcc69c637803f7 (patch) | |
tree | 8be1a037c9cf5e7f8296851161a38fcbf821e0f3 /.gitignore | |
parent | 275ac17bcc837721cf2621ef72c0ba80d4e05570 (diff) | |
download | libgd-74ad18cc54f1841d18e9ffc54dbcc69c637803f7.tar.gz |
Updated .gitignore.
Now ignores all (so far) of the products of the MSys+Windows build
process.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2,6 +2,9 @@ syntax: glob *~ *.[ao] .dirstamp +*.exe +*.obj +*.dll Makefile CMakeCache.txt @@ -13,6 +16,7 @@ CPackSourceConfig.cmake CTestTestfile.cmake libimagequant libimagequant-prefix +src/deps.mk # Autotools related files. *.l[ao] @@ -208,6 +212,7 @@ Makefile.in /tests/gdinterpolatedscale/gdTrivialResize /tests/gdinterpolatedscale/gdModesAndPalettes /tests/gdimagefile/gdnametest +/tests/gdimagefile/img.png /tests/gdimagefilter/gdCopyBlurred # Doc artifacts |