summaryrefslogtreecommitdiff
path: root/src/.gitignore
diff options
context:
space:
mode:
authorCarl Worth <cworth@raht.cworth.org>2006-02-15 15:00:26 -0800
committerCarl Worth <cworth@raht.cworth.org>2006-02-15 15:00:26 -0800
commitd88c19071f6748b190cb17e6724b67705863a9b0 (patch)
tree4ec4d6e43534d3daf1cbd9fb2785bcde73c2fd50 /src/.gitignore
parentf4270b3dfc5e6905c58adb2f6b5d9a049dc616fa (diff)
downloadcairo-d88c19071f6748b190cb17e6724b67705863a9b0.tar.gz
Rename .cvsignore to .gitignore. Add *~ and *.o.
Diffstat (limited to 'src/.gitignore')
-rw-r--r--src/.gitignore13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/.gitignore b/src/.gitignore
new file mode 100644
index 000000000..eac847cd8
--- /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
+*~