[tasque] Add .gitignore and tasque.doap.



commit 86c806869e33e2321d1c87470e59b8ccae08cbe7
Author: Sandy Armstrong <sanfordarmstrong gmail com>
Date:   Fri Apr 17 08:18:48 2009 -0700

    Add .gitignore and tasque.doap.
---
 .gitignore  |   84 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 tasque.doap |   33 +++++++++++++++++++++++
 2 files changed, 117 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..bf1ddf8
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,84 @@
+# Global ignores
+*~
+*.pyc
+Makefile
+Makefile.in
+
+# /
+/*.userprefs
+/*.usertasks
+/*.diff
+/*.patch
+/*.userprefs
+/*.usertasks
+/configure
+/config.*
+/config.status
+/depcomp
+/autom4te.cache
+/missing
+/aclocal.m4
+/install-sh
+/intltool-update
+/intltool-update.in
+/intltool-merge
+/intltool-merge.in
+/intltool-extract
+/intltool-extract.in
+/gnome-doc-utils.make
+/INSTALL
+/libtool
+/ltmain.sh
+/mkinstalldirs
+/pot-update
+/stamp-h1
+/tomboy.spec
+/*.tar.gz
+/*.suo
+/*.csproj.user
+/bin
+/obj
+/Properties
+/*.mdb
+/*.dll
+/*.pidb
+/*.userprefs
+/*.usertasks
+
+# /data
+/data/org.gnome.Tasque.service
+/data/tomboy-addins.pc
+/data/*.desktop
+/data/*.schemas
+
+# /help
+/help/*.omf
+/help/*/*.xml
+/help/*/*.mo
+
+# /po
+/po/*.gmo
+/po/POTFILES
+/po/stamp-it
+/po/Makefile.in.in
+/po/cat-id-tbl.c
+/po/.intltool-merge-cache
+/po/messages
+/po/missing
+/po/*.mo
+/po/notexist
+/po/po2tbl.sed.*
+/po/*.pot
+/po/stamp-cat-id
+
+# /src
+/src/*.exe
+/src/*.exe.config
+/src/*.mdb
+/src/*.pc
+/src/Defines.cs
+/src/tasque
+
+# /RtmNet
+/RtmNet/*.dll
+/RtmNet/*.mdb
diff --git a/tasque.doap b/tasque.doap
new file mode 100644
index 0000000..1b17f87
--- /dev/null
+++ b/tasque.doap
@@ -0,0 +1,33 @@
+<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+         xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#";
+         xmlns:foaf="http://xmlns.com/foaf/0.1/";
+         xmlns:gnome="http://api.gnome.org/doap-extensions#";
+         xmlns="http://usefulinc.com/ns/doap#";>
+
+  <!--
+  This is a DOAP template file.  It contains Pulse's best guesses at
+  some basic content.  You should verify the information in this file
+  and modify anything that isn't right.  Add the corrected file to your
+  source code repository to help tools better understand your project.
+  -->
+
+  <name xml:lang="en">Tasque</name>
+  <shortdesc xml:lang="en">Easy quick task management</shortdesc>
+  <homepage rdf:resource="http://live.gnome.org/Tasque"; />
+  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/tasque-list"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Brian G. Merrell</foaf:name>
+      <foaf:mbox rdf:resource="bgmerrell gmail com" />
+      <gnome:userid>bgmerrell</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Sandy Armstrong</foaf:name>
+      <foaf:mbox rdf:resource="sanfordarmstrong gmail com" />
+      <gnome:userid>sharm</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]