summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSteve Frécinaux <code@istique.net>2009-10-22 00:27:57 +0200
committerSteve Frécinaux <code@istique.net>2009-10-23 09:28:39 +0200
commita8952b9e7b8bfdc4e5ad32841708492cf0998347 (patch)
treefd4ba3bef26a0625d0493d3822a84c0a0f3a76fa /.gitignore
downloadlibpeas-a8952b9e7b8bfdc4e5ad32841708492cf0998347.tar.gz
Import gedit's C plugin system as GPE.
The Gedit namespace has been replaced by a GPE namespace which means "Gedit Plugins Engine" or "Gnome Plugins Engine" as you prefer. Only the C loader has been imported so far, and there are still a few gedit-isms within the source code.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore53
1 files changed, 53 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..04f6d49
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,53 @@
+*.bak
+*.lo
+*.la
+*.o
+*~
+.*.sw[nop]
+.deps
+.libs
+Makefile
+Makefile.in
+/aclocal.m4
+/autom4te.cache
+/config.cache
+/config.guess
+/config.h
+/config.h.in
+/config.log
+/config.lt
+/config.status
+/config.status.lineno
+/config.sub
+/configure
+/configure.lineno
+/data/Makefile.in
+/depcomp
+/gnome-doc-utils.make
+/gtk-doc.make
+/install-sh
+/intltool-extract
+/intltool-extract.in
+/intltool-merge
+/intltool-merge.in
+/intltool-update
+/intltool-update.in
+/libplugins/Makefile.in
+/libtool
+/ltmain.sh
+/m4
+/missing
+/mkinstalldirs
+/omf.make
+/po/*.gmo
+/po/*.mo
+/po/.intltool-merge-cache
+/po/Makefile
+/po/Makefile.in
+/po/Makefile.in.in
+/po/POTFILES
+/po/stamp-it
+/py-compile
+/so_locations
+/stamp-h1
+/xmldocs.make