[alacarte] Add a .gitignore



commit b345e7e8e83891c9388e46592097695fa887b841
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Wed May 23 15:04:08 2012 -0400

    Add a .gitignore

 .cvsignore |   26 --------------------------
 .gitignore |   54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 54 insertions(+), 26 deletions(-)
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..95d52f3
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,54 @@
+*.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
+depcomp
+gnome-doc-utils.make
+help/*/*.mo
+help/*/legal.xml
+help/*.omf
+install-sh
+libtool
+ltmain.sh
+m4/
+missing
+mkinstalldirs
+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
+stamp-h1
+*~
+
+*.pyc
+*.pyo
+*.pyd
+
+Alacarte/config.py
+alacarte
+data/alacarte.desktop
+data/alacarte.desktop.in
+py-compile
\ No newline at end of file



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