summaryrefslogtreecommitdiff
path: root/boilerplate/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2008-09-24[.gitignore] Remove Makefile.*.configBehdad Esfahbod1-2/+0
I renamed those generated files to Makefile.*.features but forgot to update ignore lists. Carl already added the new ones, but didn't remove the old ones.
2008-09-24Ignore generated files.Carl Worth1-0/+2
I know that I didn't create these Makefile.win32.features files, so I assume that they are the result of Behdad's build magic and that he just forgot to add them to .gitignore.
2008-09-16[.gitignore] UpdateBehdad Esfahbod1-0/+4
2008-09-02[boilerplate/check-link.c] Check that we can link to the built boilerplateBehdad Esfahbod1-0/+1
2008-09-02Revamp the build system.Behdad Esfahbod1-0/+1
Quick summary of changes: - Move list of cairo source files out of src/Makefile.am and into src/Sources.mk, - Generate files src/Config.mk and src/Config.mk.win32 that choose the right set of source files and headers based on configured backends and features. This drastically simplifies building using other build systems. The src/Makefile.win32 file needs to be updated to reflect these changes. - Add README files to various directories, - Add toplevel HACKING file.
2008-06-26Update .gitignore filesBehdad Esfahbod1-0/+1
2007-04-16Update .gitignoreChris Wilson1-0/+4
Add .*.sw? (vim swapfiles). Add *~ (backup files). Add *.gcno and *.gcda (gcov intermediates).
2006-10-12Update .gitignore in boilerplate and test.Jamey Sharp1-0/+1
2006-09-19Add win32 output files to gitignoreVladimir Vukicevic1-0/+7
2006-09-06AddBehdad Esfahbod1-0/+2