From 14fcfa15e58ecabcbc8dd477fdc035fb57e9d8bf Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Tue, 5 May 2009 23:07:18 -0700 Subject: [PATCH] added a .gitignore file --- .gitignore | 27 +++++++++++++++++++++++++++ 1 files changed, 27 insertions(+), 0 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..92052be --- /dev/null +++ b/.gitignore @@ -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 -- 1.7.0.4