[Xfce4-commits] <xfce4-datetime-plugin:master> Add .gitignore
Diego Ongaro
noreply at xfce.org
Sun Oct 18 02:26:04 CEST 2009
Updating branch refs/heads/master
to ce6246a40fcee401f7fef79446e4b22f17627195 (commit)
from bd548c474d2ef87e479fab699374768b6e52e043 (commit)
commit ce6246a40fcee401f7fef79446e4b22f17627195
Author: Diego Ongaro <ongardie at gmail.com>
Date: Sat Oct 17 16:02:08 2009 -0700
Add .gitignore
.gitignore | 43 +++++++++++++++++++++++++++++++++++++++++++
1 files changed, 43 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..dd871e9
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,43 @@
+.*.swp
+.*.o
+
+/Makefile
+/Makefile.in
+/aclocal.m4
+/config.guess
+/config.h
+/config.h.in
+/config.log
+/config.status
+/config.sub
+/configure
+/configure.in
+/depcomp
+/install-sh
+/intltool-extract.in
+/intltool-merge.in
+/intltool-update.in
+/libtool
+/ltmain.sh
+/missing
+/mkinstalldirs
+/stamp-h1
+/xfce4-datetime-plugin-*.tar.*
+
+/autom4te.cache/
+
+/panel-plugin/.deps/
+/panel-plugin/.libs/
+/panel-plugin/Makefile
+/panel-plugin/Makefile.in
+/panel-plugin/datetime.desktop
+/panel-plugin/libdatetime.la
+/panel-plugin/libdatetime_la*
+
+/po/*.gmo
+/po/Makefile
+/po/Makefile.in
+/po/Makefile.in.in
+/po/POTFILES
+/po/.intltool-merge-cache
+/po/stamp-it
More information about the Xfce4-commits
mailing list