summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Ignore build instead of builddirAnton Danilkin2021-05-291-1/+1
|
* Ignore .idea, compile_commands.json and /buildAnton Danilkin2021-04-111-0/+3
|
* gitignore: gtk-doc.m4Bryce Harrington2019-02-011-0/+1
| | | | This file is generated by the dist release scripts.
* core: updated .gitignoreEnrico Weigelt, metux IT consult2015-12-221-0/+4
| | | | Signed-off-by: Enrico Weigelt, metux IT consult <enrico.weigelt@gr13.net>
* gitignore: logs, manualsBryce Harrington2015-03-061-2/+2
|
* .gitignore: Ignore two generated files in build/Bryce Harrington2014-07-081-1/+0
| | | | Signed-off-by: Bryce Harrington <b.harrington@samsung.com>
* gitignore: Ignore build chaff when configuring with --enable-gtk-docBryce W. Harrington2013-09-131-0/+2
| | | | | | | | When this flag is enabled in configure, a couple extra build files are created, which git should just ignore. Signed-off-by: Bryce Harrington <b.harrington@samsung.com> Signed-off-by: Uli Schlachter <psychon@znc.in>
* gitignore: refreshChris Wilson2010-01-221-0/+1
| | | | Add forgotten local targets to .gitignore
* Add doltcompile and doltlibtool to .gitignore.Carl Worth2008-10-291-0/+2
| | | | | These generated files were recently added to our build system. We definitely don't want to see them in git-status output.
* Build -uninstalled.pc filesBehdad Esfahbod2008-09-111-0/+1
|
* [.gitignore] UpdateBehdad Esfahbod2008-09-061-0/+2
|
* Move some top-level build files into build/Behdad Esfahbod2008-09-031-8/+0
|
* [gitignore] Add mkinstalldirs.Chris Wilson2008-01-101-0/+1
| | | | Ignore another autoconf utility script.
* [.gitignore] Add cairo-*.*.*Behdad Esfahbod2007-04-211-0/+1
|
* Update .gitignore to ignore .perfBehdad Esfahbod2007-04-211-1/+2
|
* Update .gitignoreChris Wilson2007-04-161-0/+1
| | | | | | Add .*.sw? (vim swapfiles). Add *~ (backup files). Add *.gcno and *.gcda (gcov intermediates).
* Split libcairotest files out from test/ and into boilerplate/Carl Worth2006-08-301-0/+5
| | | | | The idea here is to setup boilerplate to allow code sharing between test/ and the upcoming perf/
* Ignore ChangeLog* in addition to ChangeLogCarl Worth2006-08-181-1/+1
|
* Add backend-specific pkg-config files.Behdad Esfahbod2006-06-141-1/+0
|
* Merge branch 'cairo' into new-sub-pathCarl Worth2006-04-181-0/+1
|\ | | | | | | | | | | | | | | Conflicts: src/cairo-path-stroke.c src/cairo-pdf-surface.c src/cairo-ps-surface.c
| * Add make bits to autogenerate ChangeLogBehdad Esfahbod2006-03-151-0/+1
| | | | | | | | (cherry picked from 393000021c2e082d4b3c235939009a90035b0daf commit)
* | cairo_new_sub_path: Making cairo_arc easier to use and more.Carl Worth2006-02-231-0/+1
|/ | | | | | | | | | | | This adds a new function which has as its only effect the elimination of the current point. This makes it much easier to use the various cairo_arc calls when the initial line_to is not actually desired. This function also unifies and generalizes the long-existing behavior of cairo_line_to being treated as cairo_move_to when there is no current point. With the addition of cairo_new_sub_path this becomes a documented feature with similar behavior in cairo_curve_to as well.
* Rename .cvsignore to .gitignore. Add *~ and *.o.Carl Worth2006-02-151-0/+24