diff options
| author | Bryce Harrington <bryce@bryceharrington.org> | 2013-09-24 18:22:05 +0000 |
|---|---|---|
| committer | bryce <bryce@canonical.com> | 2013-09-24 18:22:05 +0000 |
| commit | 8e33cbb7b3821d9731fd79933ee68f57d25132fb (patch) | |
| tree | 32dfc1aa33de79f53229a75627c6a9f43621954e | |
| parent | Make sure selection->setList checks for dupes by routing to selection->addList. (diff) | |
| download | inkscape-8e33cbb7b3821d9731fd79933ee68f57d25132fb.tar.gz inkscape-8e33cbb7b3821d9731fd79933ee68f57d25132fb.zip | |
bzrignore: Ignore some library makefiles
(bzr r12587)
| -rw-r--r-- | .bzrignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index 5349f9ab6..17a1bbb63 100644 --- a/.bzrignore +++ b/.bzrignore @@ -97,6 +97,7 @@ share/Makefile share/Makefile.in share/attributes/Makefile share/attributes/Makefile.in +share/branding/Makefile share/clipart/Makefile share/clipart/Makefile.in share/examples/Makefile @@ -175,10 +176,12 @@ src/inkscape-version.cpp src/inkview src/io/makefile src/jabber_whiteboard/makefile +src/libavoid/makefile src/libcroco/makefile src/libgdl/makefile src/libnr/makefile src/libnrtype/makefile +src/libuemf/makefile src/livarot/makefile src/live_effects/makefile src/live_effects/parameter/makefile |
