From: Philip Chimento Date: Sat, 7 Mar 2009 12:36:59 +0000 (+0000) Subject: Properly set up svn:ignore properties. X-Git-Url: https://git.stderr.nl/gitweb?p=rodin%2Fchimara.git;a=commitdiff_plain;h=db0f0fc8ee25926da8d34b826a3fc80d6186adbb Properly set up svn:ignore properties. Removed svn:executable properties on files that didn't need them. git-svn-id: http://lassie.dyndns-server.com/svn/gargoyle-gtk@32 ddfedd41-794f-dd11-ae45-00112f111e67 --- diff --git a/.svnignore b/.svnignore index 2ff8fbc..373f5a2 100644 --- a/.svnignore +++ b/.svnignore @@ -1,6 +1,22 @@ -*.o -*.ui -*.swp -Makefile.in +aclocal.m4 +autom4te.cache +bugreports +chimara.anjuta +config.* configure +depcomp +gtk-doc.make +INSTALL +install-sh intltool-* +libtool +ltmain.sh +Makefile +Makefile.in +missing +mkinstalldirs +stamp-h1 +TODO.tasks +.anjuta +.tm_project2.cache + diff --git a/AUTHORS b/AUTHORS old mode 100755 new mode 100644 diff --git a/ChangeLog b/ChangeLog old mode 100755 new mode 100644 diff --git a/Makefile.am b/Makefile.am old mode 100755 new mode 100644 diff --git a/NEWS b/NEWS old mode 100755 new mode 100644 diff --git a/README b/README old mode 100755 new mode 100644 diff --git a/configure.ac b/configure.ac old mode 100755 new mode 100644 index 7ee05ce..855619a --- a/configure.ac +++ b/configure.ac @@ -16,6 +16,7 @@ AM_INIT_AUTOMAKE([-Wall]) AC_PROG_CC # C compiler AC_PROG_INSTALL # Install LT_INIT # Libtool +AC_PROG_LIBTOOL # Old way of declaring Libtool AM_GLIB_GNU_GETTEXT # Use GLib gettext instead of standard IT_PROG_INTLTOOL([0.35.0]) # Intltool PKG_PROG_PKG_CONFIG # pkg_config diff --git a/po/.svnignore b/po/.svnignore new file mode 100644 index 0000000..c740b2b --- /dev/null +++ b/po/.svnignore @@ -0,0 +1,5 @@ +Makefile +Makefile.in +Makefile.in.in +POTFILES +stamp-it diff --git a/po/ChangeLog b/po/ChangeLog old mode 100755 new mode 100644 diff --git a/po/LINGUAS b/po/LINGUAS old mode 100755 new mode 100644 diff --git a/po/POTFILES.in b/po/POTFILES.in old mode 100755 new mode 100644 diff --git a/src/.svnignore b/src/.svnignore new file mode 100644 index 0000000..af9133f --- /dev/null +++ b/src/.svnignore @@ -0,0 +1,6 @@ +.deps +.libs +Makefile +Makefile.in +test-chimara +chimara.ui diff --git a/src/Makefile.am b/src/Makefile.am old mode 100755 new mode 100644