[ghex] Add a .gitignore file



commit cfa790f0cc68994089c82a0dec24e8735b557fa8
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Thu Feb 2 03:53:42 2012 -0500

    Add a .gitignore file
    
    https://bugzilla.gnome.org/show_bug.cgi?id=671101

 .gitignore |   53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 53 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..0cf0c94
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,53 @@
+*.la
+*.lo
+*.o
+.deps
+.libs
+ABOUT-NLS
+ChangeLog
+INSTALL
+Makefile
+Makefile.in
+aclocal.m4
+autom4te.cache
+config.h
+config.h.in
+config.log
+config.status
+config.guess
+config.rpath
+config.sub
+config
+configure
+data/ghex.desktop
+data/gtkhex-3.pc
+data/org.gnome.GHex.gschema.valid
+depcomp
+gnome-doc-utils.make
+help/ghex-docs.h
+help/*/*.mo
+help/*/ghex.xml
+help/*/legal.xml
+help/*.omf
+install-sh
+libtool
+ltmain.sh
+m4/
+missing
+po/*.gmo
+po/*.header
+po/*.sed
+po/*.sin
+po/.intltool-merge-cache
+po/Makefile.in.in
+po/Makevars.template
+po/POTFILES
+po/Rules-quot
+po/stamp-it
+src/ghex
+src/ghex-marshal.c
+src/ghex-marshal.h
+src/ghex-resources.c
+src/ghex-resources.h
+stamp-h1
+*~



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