summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-04-09 17:38:59 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-04-09 17:38:59 -0700
commitfbaa81a026aaaf8029487c4e960ef4b8bf58d055 (patch)
tree4535f265751942fb5f2d5c9708dc387bfeda80bc
parentaf537f0acbc1bf9db54c10df24246a84bf092277 (diff)
Add .gitignore
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-rw-r--r--.gitignore28
1 files changed, 28 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..d7e3be7
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,28 @@
+*.lo
+*.la
+.libs
+.deps
+Makefile
+Makefile.in
+aclocal.m4
+autom4te.cache
+compile
+config.guess
+config.h
+config.h.in
+config.log
+config.status
+config.sub
+configure
+depcomp
+install-sh
+libtool
+ltmain.sh
+missing
+stamp-h1
+*~
+*.o
+mkcomposecache
+mkcomposecache-*.tar.*
+ChangeLog
+tags