summaryrefslogtreecommitdiff
path: root/src/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* gitignore: Ignore .trs (test results)Bryce Harrington2015-07-311-0/+1
|
* gitignore: negate gitignore for static pkgconfig filesMatt Sealey2013-03-181-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | Commit 781f253 adds a rule cairo-*.*.* to .gitignore in the root dir. Unfortunately this matches several src/cairo-*.pc.in files in the src directory. The build system requires these files to be present, but the rule is allowing them to be ignored. For example, when extracting a cgit snapshot tarball and checking it into another git repository, these files get left behind. Any accidental changes to these files will go unnoticed by a 'git status' (possibly creating bad installs) and any intentional changes could not be committed (git commit -a will miss them, and every one will need to be forced). This is not really desirable. We don't want to unignore *.pc.in here since there are many, many autogenerated files with this name, and the cairo-*.*.* rule is in general quite useful and doesn't warrant modification (although it could be made a little more specific), so we just make these 4 files a special case and negate the match with full filenames in src/. Signed-off-by: Matt Sealey <matt@genesi-usa.com> Signed-off-by: Uli Schlachter <psychon@znc.in>
* [build] Include all generated win32 build files in the repoBehdad Esfahbod2009-01-091-2/+1
| | | | | So a git clone can be built on win32. The files only change after adding new backends.
* [.gitignore] UpdateBehdad Esfahbod2008-12-171-0/+1
|
* [Makefile.am] Only rerun headers-standalone if a header file has changedChris Wilson2008-09-301-0/+1
| | | | | Use a stamp to mark the time that the headers were last checked and only rerun the test if any have been modified since.
* [.gitignore] Remove Makefile.*.configBehdad Esfahbod2008-09-241-2/+0
| | | | | | I renamed those generated files to Makefile.*.features but forgot to update ignore lists. Carl already added the new ones, but didn't remove the old ones.
* Ignore generated files.Carl Worth2008-09-241-0/+2
| | | | | | I know that I didn't create these Makefile.win32.features files, so I assume that they are the result of Behdad's build magic and that he just forgot to add them to .gitignore.
* [.gitignore] UpdateBehdad Esfahbod2008-09-161-0/+1
|
* Rename src/*.mk to src/Makefile.*Behdad Esfahbod2008-09-041-2/+2
| | | | | | | | Namely: src/Sources.mk -> src/Makefile.sources src/Config.mk -> src/Makefile.am.config src/Config.mk.win32 -> src/Makefile.win32.config
* [src/check-link.c] Simple test to check we can link to the built cairo.soBehdad Esfahbod2008-09-021-0/+1
|
* Revamp the build system.Behdad Esfahbod2008-09-021-1/+4
| | | | | | | | | | | | | | | | | Quick summary of changes: - Move list of cairo source files out of src/Makefile.am and into src/Sources.mk, - Generate files src/Config.mk and src/Config.mk.win32 that choose the right set of source files and headers based on configured backends and features. This drastically simplifies building using other build systems. The src/Makefile.win32 file needs to be updated to reflect these changes. - Add README files to various directories, - Add toplevel HACKING file.
* [gitignore] Ignore *.[is]Chris Wilson2008-08-171-0/+2
| | | | | Playing with 'gcc -save-temps' understandably leaves behind large amounts of clutter.
* [gitignore] Ignore cairo-no-features.hChris Wilson2008-02-201-0/+1
| | | | Add the autogenerated header to the ignore list.
* [.gitignore] Add check-has-hidden-symbols.iBehdad Esfahbod2008-01-251-0/+1
|
* Update .gitignoreChris Wilson2007-04-161-0/+1
| | | | | | Add .*.sw? (vim swapfiles). Add *~ (backup files). Add *.gcno and *.gcda (gcov intermediates).
* Add win32 output files to gitignoreVladimir Vukicevic2006-09-191-0/+7
|
* Add backend-specific pkg-config files.Behdad Esfahbod2006-06-141-0/+1
|
* PS: Add cairo_ps_surface_set_size along with ps-features testCarl Worth2006-05-021-0/+1
| | | | | | | | | Add a new cairo_ps_surface_set_size which can be used to produce a PostScript file consisting of pages of various different sizes (or orientations). Also add a new test (ps-features.c) for testing this and subsequent ps-specific function calls.
* Rename .cvsignore to .gitignore. Add *~ and *.o.Carl Worth2006-02-151-0/+13