added a .gitignore file
authorArun Persaud <arun@nubati.net>
Wed, 6 May 2009 06:07:18 +0000 (23:07 -0700)
committerArun Persaud <arun@nubati.net>
Wed, 6 May 2009 06:07:18 +0000 (23:07 -0700)
.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..92052be
--- /dev/null
@@ -0,0 +1,27 @@
+*~
+*.o
+.deps/
+Makefile
+Makefile.in
+aclocal.m4
+autom4te.cache/
+cmail
+config.h
+config.log
+config.status
+configure
+copyright.info
+config.h.in
+depcomp
+mdate-sh
+missing
+parser.c
+stamp-h
+stamp-h1
+stamp-vti
+texinfo.tex
+version.texi
+xboard
+xboard.info
+xboard.man
+ylwrap
\ No newline at end of file