[mousetrap/gnome3-wip] Update gitignore and delete cruft.



commit 49e662366c0c79995e8bf3098cac32fefae8baea
Author: Stoney Jackson <dr stoney gmail com>
Date:   Thu Dec 6 11:24:51 2012 -0800

    Update gitignore and delete cruft.
    
    * Initial commit
    * Updated gitignore and removed uneccesary files
    * More deletions
    * Deleted autogened files
    * Cleanup extra files
    * Update gitignore for autotools.
    * Update .gitignore

 .gitignore        |   51 +
 README.md         |    4 +
 aclocal.m4        | 9831 -----------------------------------------------------
 po/Makefile.in.in |  217 --
 4 files changed, 55 insertions(+), 10048 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 18be05d..1549b12 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+.metadata
 *.pyc
 prepare.sh
 .svn
@@ -14,3 +15,53 @@ compile
 *.Videos
 *.tarballs
 *.planner
+
+# http://www.gnu.org/software/automake
+
+Makefile.in
+
+# http://www.gnu.org/software/autoconf
+
+/autom4te.cache
+/aclocal.m4
+/compile
+/configure
+/depcomp
+/install-sh
+/missing
+
+Makefile
+Makefile.in
+autom4te.cache
+autom4te.cache
+autom4te.cache
+autom4te.cache
+autom4te.cache
+config.guess
+config.h
+config.h.in
+config.log
+config.status
+config.sub
+configure
+install-sh
+intltool-extract.in
+intltool-merge.in
+intltool-update.in
+libtool
+ltmain.sh
+missing
+mkinstalldirs
+mousetrap.desktop
+omf.make
+po/*.gmo
+py-compile
+run_pylint.sh
+stamp-h1
+xmldocs.make
+docs/doxygen/Doxyfile
+po/stamp-it
+src/mousetrap/app/mousetrap
+po/Makefile.in.in
+aclocal.m4
+*.py.bak
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..f3ea795
--- /dev/null
+++ b/README.md
@@ -0,0 +1,4 @@
+mousetrap
+=========
+
+This is a fork of GNOME's mousetrap to support student development.
\ No newline at end of file



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