summaryrefslogtreecommitdiff
path: root/tools/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* .gitignore: Ignore many more generated filesSimon McVittie2018-12-141-0/+1
| | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
* .gitignore: Normalize into LC_ALL=C sort orderSimon McVittie2018-12-141-4/+4
| | | | | | | | If lists are in a completely arbitrary order, sorting them consistently means that there is only one correct place to insert a new entry, avoiding the merge conflicts that would occur if we always append new entries. Signed-off-by: Simon McVittie <smcv@collabora.com>
* .gitignore: Make match patterns more specificSimon McVittie2018-12-141-8/+8
| | | | | | | In subdirectories we mostly only want to match at the current level, not in nested subdirectories. Signed-off-by: Simon McVittie <smcv@collabora.com>
* .gitignore: Remove obsolete patternsSimon McVittie2018-12-141-4/+0
| | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
* .gitignore: Consolidate generic patterns at top levelSimon McVittie2018-12-141-10/+0
| | | | | | | | Patterns in the top-level .gitignore match in all subdirectories, so there's no need to repeat ourselves quite so much for generic C, Autotools and gcov patterns. Signed-off-by: Simon McVittie <smcv@collabora.com>
* Add dbus-test-tool, currently with "echo" and "spam" modesAlban Crequy2014-10-141-0/+1
| | | | | | | | | | This is installed by default, but easy to filter out for embedded systems or whatever. Based on earlier work by Simon McVittie and Will Thompson Bug: https://bugs.freedesktop.org/show_bug.cgi?id=34140 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
* Update .gitignore filesLukasz Skalski2014-03-061-0/+1
| | | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=75833 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
* migrate from cvs to git (cvs2svn -> git-svnimport).Ryan Lortie2007-09-131-0/+20
2007-09-13 Ryan Lortie <desrt@desrt.ca> migrate from cvs to git (cvs2svn -> git-svnimport). * HACKING: update release/branch/tag instructions * */.cvsignore: rename to .gitignore also, clean up tags and branch names to conform to HACKING