diff options
author | Dan Winship <danw@src.gnome.org> | 2003-09-11 22:59:30 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-09-11 22:59:30 +0800 |
commit | bc7f39555463310ba995e346ffeae6db4dc80075 (patch) | |
tree | a24991e1542888211d8f374b26aeb016b03b6d53 | |
parent | 57d5ad2cd57fc52a9951048517918d7dc3630a43 (diff) | |
download | gsoc2013-evolution-bc7f39555463310ba995e346ffeae6db4dc80075.tar gsoc2013-evolution-bc7f39555463310ba995e346ffeae6db4dc80075.tar.gz gsoc2013-evolution-bc7f39555463310ba995e346ffeae6db4dc80075.tar.bz2 gsoc2013-evolution-bc7f39555463310ba995e346ffeae6db4dc80075.tar.lz gsoc2013-evolution-bc7f39555463310ba995e346ffeae6db4dc80075.tar.xz gsoc2013-evolution-bc7f39555463310ba995e346ffeae6db4dc80075.tar.zst gsoc2013-evolution-bc7f39555463310ba995e346ffeae6db4dc80075.zip |
add
svn path=/trunk/; revision=22518
-rw-r--r-- | a11y/.cvsignore | 2 | ||||
-rw-r--r-- | a11y/calendar/.cvsignore | 6 | ||||
-rw-r--r-- | a11y/widgets/.cvsignore | 2 | ||||
-rw-r--r-- | camel/providers/imapp/.cvsignore | 11 |
4 files changed, 21 insertions, 0 deletions
diff --git a/a11y/.cvsignore b/a11y/.cvsignore new file mode 100644 index 0000000000..282522db03 --- /dev/null +++ b/a11y/.cvsignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in diff --git a/a11y/calendar/.cvsignore b/a11y/calendar/.cvsignore new file mode 100644 index 0000000000..0e1e389af7 --- /dev/null +++ b/a11y/calendar/.cvsignore @@ -0,0 +1,6 @@ +Makefile +Makefile.in +Evolution-*.c +Evolution.h +evolution-calendar-*.c +evolution-calendar.h diff --git a/a11y/widgets/.cvsignore b/a11y/widgets/.cvsignore new file mode 100644 index 0000000000..282522db03 --- /dev/null +++ b/a11y/widgets/.cvsignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in diff --git a/camel/providers/imapp/.cvsignore b/camel/providers/imapp/.cvsignore new file mode 100644 index 0000000000..3fa8afaa38 --- /dev/null +++ b/camel/providers/imapp/.cvsignore @@ -0,0 +1,11 @@ +.deps +Makefile +Makefile.in +.libs +.deps +*.lo +*.la +*.bb +*.bbg +*.da +*.gcov |