summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2012-07-26Ignore generated man pagePeter Harris1-0/+2
Signed-off-by: Peter Harris <pharris@opentext.com> Reviewed-by: Aaron Plattner <aplattner@nvidia.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2010-05-26xts: Introduce check.sh wrapper script for in-tree testingDan Nicholson1-0/+1
Having all the commands and environment variable overrides for in-tree testing in the Makefile was nice, but a wrapper script means you can do in-tree testing with or without the "make check" machinery. Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
2010-03-24xts5: Tweak the default output directoryDan Nicholson1-1/+1
Collect all the results under one directory instead of cluttering the current directory. Also, add the seconds to the date in the directory name to reduce the chance of conflict.
2010-02-17Ignore test result directories named xts-20*Dan Nicholson1-0/+1
Hopefully by the year 2100 XTS will not be necessary...
2009-05-27Compile objects in the same subdirectory as the sourcesDan Nicholson1-0/+1
For the tests, we want to just have top-level Makefiles and build the sources in their own subdirectory. Typically, automake would create the object files at the top-level, but this can cause conflicts when the source files have the same name. Use the subdir-objects automake option and enable the necessary AM_PROG_CC_C_O macro.
2009-05-27Ignore backup filesDan Nicholson1-0/+1
2009-05-09Stop ignoring .mk filesDan Nicholson1-1/+0
We use these to define common make variables.
2009-04-28Build the fonts and font libraryDan Nicholson1-0/+2
This requires bdftopcf and mkfontdir to create the fonts.
2009-04-26Ignore more generated filesDan Nicholson1-0/+6
2009-04-25Ignore autotools generated filesDan Nicholson1-8/+19
2009-03-21more gitignoringPeter Hutterer1-0/+9
2009-03-20Add gitignore file.Peter Hutterer1-0/+2