diff options
author | Carl Worth <cworth@raht.cworth.org> | 2006-02-15 15:00:26 -0800 |
---|---|---|
committer | Carl Worth <cworth@raht.cworth.org> | 2006-02-15 15:00:26 -0800 |
commit | d88c19071f6748b190cb17e6724b67705863a9b0 (patch) | |
tree | 4ec4d6e43534d3daf1cbd9fb2785bcde73c2fd50 /src/.gitignore | |
parent | f4270b3dfc5e6905c58adb2f6b5d9a049dc616fa (diff) |
Rename .cvsignore to .gitignore. Add *~ and *.o.
Diffstat (limited to 'src/.gitignore')
-rw-r--r-- | src/.gitignore | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/.gitignore b/src/.gitignore new file mode 100644 index 00000000..eac847cd --- /dev/null +++ b/src/.gitignore @@ -0,0 +1,13 @@ +.deps +.libs +Makefile +Makefile.in +*.gcda +*.gcno +*.la +*.lo +*.loT +cairo-features.h +cairo.def +*.o +*~ |