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 | |
parent | f4270b3dfc5e6905c58adb2f6b5d9a049dc616fa (diff) |
Rename .cvsignore to .gitignore. Add *~ and *.o.
-rw-r--r-- | .gitignore (renamed from .cvsignore) | 6 | ||||
-rw-r--r-- | doc/.gitignore (renamed from doc/.cvsignore) | 1 | ||||
-rw-r--r-- | doc/public/.gitignore (renamed from doc/public/.cvsignore) | 1 | ||||
-rw-r--r-- | doc/public/tmpl/.gitignore (renamed from doc/public/tmpl/.cvsignore) | 2 | ||||
-rw-r--r-- | doc/tutorial/slides/.gitignore (renamed from doc/tutorial/slides/.cvsignore) | 2 | ||||
-rw-r--r-- | doc/tutorial/src/.gitignore (renamed from doc/tutorial/src/.cvsignore) | 3 | ||||
-rw-r--r-- | pixman/.gitignore (renamed from pixman/.cvsignore) | 1 | ||||
-rw-r--r-- | pixman/src/.gitignore (renamed from pixman/src/.cvsignore) | 2 | ||||
-rw-r--r-- | src/.gitignore (renamed from src/.cvsignore) | 2 | ||||
-rw-r--r-- | test/.gitignore (renamed from test/.cvsignore) | 2 |
10 files changed, 19 insertions, 3 deletions
@@ -3,6 +3,7 @@ Makefile.in aclocal.m4 autom4te.cache cairo.pc +compile config.cache config.guess config.h @@ -11,10 +12,13 @@ config.log config.status config.sub configure +depcomp +install-sh libtool ltmain.sh +missing releases stamp-h stamp-h1 stamp-h.in - +*~ diff --git a/doc/.cvsignore b/doc/.gitignore index 282522db..23c1897f 100644 --- a/doc/.cvsignore +++ b/doc/.gitignore @@ -1,2 +1,3 @@ Makefile Makefile.in +*~ diff --git a/doc/public/.cvsignore b/doc/public/.gitignore index 2fac445d..bd6996b8 100644 --- a/doc/public/.cvsignore +++ b/doc/public/.gitignore @@ -14,3 +14,4 @@ cairo.signals html xml version.xml +*~ diff --git a/doc/public/tmpl/.cvsignore b/doc/public/tmpl/.gitignore index 844dc52d..5cc8a01e 100644 --- a/doc/public/tmpl/.cvsignore +++ b/doc/public/tmpl/.gitignore @@ -1 +1,3 @@ cairo-unused.sgml +*.bak +*~ diff --git a/doc/tutorial/slides/.cvsignore b/doc/tutorial/slides/.gitignore index 02a98448..72a67a02 100644 --- a/doc/tutorial/slides/.cvsignore +++ b/doc/tutorial/slides/.gitignore @@ -4,4 +4,4 @@ tutorial-???.svg tutorial-index.xml tutorial.pdf index.html - +*~ diff --git a/doc/tutorial/src/.cvsignore b/doc/tutorial/src/.gitignore index 59488b84..68af59e7 100644 --- a/doc/tutorial/src/.cvsignore +++ b/doc/tutorial/src/.gitignore @@ -4,4 +4,5 @@ *-xlib *.pdf *.png - +*.o +*~ diff --git a/pixman/.cvsignore b/pixman/.gitignore index a3d5a36a..55c6a047 100644 --- a/pixman/.cvsignore +++ b/pixman/.gitignore @@ -17,3 +17,4 @@ releases stamp-h stamp-h.in stamp-h1 +*~ diff --git a/pixman/src/.cvsignore b/pixman/src/.gitignore index c11da0d0..77798ce8 100644 --- a/pixman/src/.cvsignore +++ b/pixman/src/.gitignore @@ -6,3 +6,5 @@ Makefile.in *.lo .libs .deps +*.o +*~ diff --git a/src/.cvsignore b/src/.gitignore index f02bc0f8..eac847cd 100644 --- a/src/.cvsignore +++ b/src/.gitignore @@ -9,3 +9,5 @@ Makefile.in *.loT cairo-features.h cairo.def +*.o +*~ diff --git a/test/.cvsignore b/test/.gitignore index 9071ad67..5173349b 100644 --- a/test/.cvsignore +++ b/test/.gitignore @@ -112,3 +112,5 @@ xlib-surface *.la *.lo *.log +*.o +*~ |