Properly set up svn:ignore properties.
authorPhilip Chimento <philip.chimento@gmail.com>
Sat, 7 Mar 2009 12:36:59 +0000 (12:36 +0000)
committerPhilip Chimento <philip.chimento@gmail.com>
Sat, 7 Mar 2009 12:36:59 +0000 (12:36 +0000)
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

13 files changed:
.svnignore
AUTHORS [changed mode: 0755->0644]
ChangeLog [changed mode: 0755->0644]
Makefile.am [changed mode: 0755->0644]
NEWS [changed mode: 0755->0644]
README [changed mode: 0755->0644]
configure.ac [changed mode: 0755->0644]
po/.svnignore [new file with mode: 0644]
po/ChangeLog [changed mode: 0755->0644]
po/LINGUAS [changed mode: 0755->0644]
po/POTFILES.in [changed mode: 0755->0644]
src/.svnignore [new file with mode: 0644]
src/Makefile.am [changed mode: 0755->0644]

index 2ff8fbc37a28be0e63aad0d26cb34e18d0bb33a9..373f5a2b55c5494898b26472e73d8d00fb1aa478 100644 (file)
@@ -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 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
diff --git a/NEWS b/NEWS
old mode 100755 (executable)
new mode 100644 (file)
diff --git a/README b/README
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
index 7ee05ce..855619a
@@ -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 (file)
index 0000000..c740b2b
--- /dev/null
@@ -0,0 +1,5 @@
+Makefile
+Makefile.in
+Makefile.in.in
+POTFILES
+stamp-it
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
diff --git a/src/.svnignore b/src/.svnignore
new file mode 100644 (file)
index 0000000..af9133f
--- /dev/null
@@ -0,0 +1,6 @@
+.deps
+.libs
+Makefile
+Makefile.in
+test-chimara
+chimara.ui
old mode 100755 (executable)
new mode 100644 (file)