summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2021-05-29Ignore build instead of builddirAnton Danilkin1-1/+1
2021-04-11Ignore .idea, compile_commands.json and /buildAnton Danilkin1-0/+3
2019-02-01gitignore: gtk-doc.m4Bryce Harrington1-0/+1
This file is generated by the dist release scripts.
2015-12-22core: updated .gitignoreEnrico Weigelt, metux IT consult1-0/+4
Signed-off-by: Enrico Weigelt, metux IT consult <enrico.weigelt@gr13.net>
2015-03-06gitignore: logs, manualsBryce Harrington1-2/+2
2014-07-08.gitignore: Ignore two generated files in build/Bryce Harrington1-1/+0
Signed-off-by: Bryce Harrington <b.harrington@samsung.com>
2013-09-13gitignore: Ignore build chaff when configuring with --enable-gtk-docBryce W. Harrington1-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>
2010-01-22gitignore: refreshChris Wilson1-0/+1
Add forgotten local targets to .gitignore
2008-10-29Add doltcompile and doltlibtool to .gitignore.Carl Worth1-0/+2
These generated files were recently added to our build system. We definitely don't want to see them in git-status output.
2008-09-11Build -uninstalled.pc filesBehdad Esfahbod1-0/+1
2008-09-06[.gitignore] UpdateBehdad Esfahbod1-0/+2
2008-09-03Move some top-level build files into build/Behdad Esfahbod1-8/+0
2008-01-10[gitignore] Add mkinstalldirs.Chris Wilson1-0/+1
Ignore another autoconf utility script.
2007-04-21[.gitignore] Add cairo-*.*.*Behdad Esfahbod1-0/+1
2007-04-21Update .gitignore to ignore .perfBehdad Esfahbod1-1/+2
2007-04-16Update .gitignoreChris Wilson1-0/+1
Add .*.sw? (vim swapfiles). Add *~ (backup files). Add *.gcno and *.gcda (gcov intermediates).
2006-08-30Split libcairotest files out from test/ and into boilerplate/Carl Worth1-0/+5
The idea here is to setup boilerplate to allow code sharing between test/ and the upcoming perf/
2006-08-18Ignore ChangeLog* in addition to ChangeLogCarl Worth1-1/+1
2006-06-14Add backend-specific pkg-config files.Behdad Esfahbod1-1/+0
2006-04-18Merge branch 'cairo' into new-sub-pathCarl Worth1-0/+1
Conflicts: src/cairo-path-stroke.c src/cairo-pdf-surface.c src/cairo-ps-surface.c
2006-03-15Add make bits to autogenerate ChangeLogBehdad Esfahbod1-0/+1
(cherry picked from 393000021c2e082d4b3c235939009a90035b0daf commit)
2006-02-23cairo_new_sub_path: Making cairo_arc easier to use and more.Carl Worth1-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.
2006-02-15Rename .cvsignore to .gitignore. Add *~ and *.o.Carl Worth1-0/+24