summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* gitignore: update Windows toolsMike Frysinger2021-02-021-0/+2
|
* gdlib-config: punt!Mike Frysinger2016-10-061-1/+0
| | | | | | | | We've been shipping the pkg-config file for a while now and want people to use that only, so drop this old script. This also drop the FEATURES variable as it was only available via `gdlib-config --features` (and no one has complained).
* build: handle renamed README fileMike Frysinger2016-04-301-0/+5
|
* gitignore: split up test entriesMike Frysinger2016-04-301-141/+1
| | | | | This makes it easier to keep track of things. The single toplevel list can make it hard to notice when something is stale.
* gd2: handle corrupt images better (CVE-2016-3074)Mike Frysinger2016-04-161-0/+1
| | | | | | | Make sure we do some range checking on corrupted chunks. Thanks to Hans Jerry Illikainen <hji@dyntopia.com> for indepth report and reproducer information. Made for easy test case writing :).
* Merge pull request #153 from davidchappelle/masterMike Frysinger2015-12-231-0/+4
|\ | | | | A few minor patches for libgd
| * Update git ignore file to exclude cmake build directoryDavid Chappelle2015-08-271-0/+4
| |
* | git,repo: Ignore build spew.Peter Jas2015-11-241-0/+6
|/
* ignore new testsMike Frysinger2015-02-281-0/+2
|
* squash everythingtostercx2014-09-301-3/+6
|
* Merge remote-tracking branch 'origin/master'Nathanael Jones2014-09-051-0/+4
|\
| * add cleanup, .gitnore build directories and deps, partially fix always ↵tostercx2014-09-041-0/+4
| | | | | | | | rebuilding
* | Remove src/config.h and src/gd.h from .gitignore. Sheesh.Nathanael Jones2014-09-051-2/+0
|/
* Get makefile almost workingNathanael Jones2014-09-021-1/+2
|
* Updated .gitignore.Chris Reuter2014-02-071-0/+5
| | | | | Now ignores all (so far) of the products of the MSys+Windows build process.
* Added gdnametest and gdCopyBlurred to .gitignore.Chris Reuter2013-12-161-0/+2
|
* Added .gitignore lines to exclude naturaldocs by-products.Chris Reuter2013-11-181-0/+3
|
* Test case for new version code.Chris Reuter2013-11-071-0/+1
| | | | This adds a simple test of the version API functions.
* Added test case to exercise all of the gdImageScale() modes.Chris Reuter2013-10-221-0/+3
| | | | | | | | | | Creates and shrinks a bunch of images using gdImageScale(), once per mode in both palette and truecolor. It does not use GD_DEFAULT (which is equivalent to one of the others) or GD_WEIGHTED4 (unsupported for scaling). Note that this test does not check if the resulting image looks anything like the source.
* ignore generated gd.h headerOndřej Surý2013-06-281-0/+1
|
* Add ignore for new testsOndřej Surý2013-06-071-0/+2
|
* Add another test for correct angle for gdImageRotateInterpolatedOndřej Surý2013-05-281-0/+1
|
* Move new test to gdimagerotate dir to allow adding more testsOndřej Surý2013-05-281-1/+1
|
* Update .gitignore with output files for the new testOndřej Surý2013-05-281-0/+3
|
* ignore more test artifactsMike Frysinger2013-04-221-0/+4
|
* Ignore output files from tests/jpeg/jpeg_read.cOndřej Surý2013-04-221-118/+120
|
* Build and check all tests from tests/ subdirectory in the make check targetOndřej Surý2013-04-221-0/+122
|
* update ignored filesMike Frysinger2013-04-161-10/+58
|
* Add autogenerated files to .gitignoreOndřej Surý2013-04-121-1/+11
|
* Update git tags and use .gitignore instead of .hgignoreOndřej Surý2013-04-101-0/+13