summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
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