From e89791ef14fd7944a7dd1dfd557f1e33a502ee17 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Thu, 25 Aug 2011 15:22:24 +0200 Subject: Add a .gitignore file * .gitignore: New file. --- .gitignore | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fe5d53a --- /dev/null +++ b/.gitignore @@ -0,0 +1,38 @@ +.deps +.dirstamp +.Tpo +*.o +*.a +*.defs.* +*.user.* +*.server.* +*.info +*.info-* +autom4te.cache/ +build-aux/ +mach/ +INSTALL +Makefile +Makefile.in +aclocal.m4 +config.h* +config.log +config.status +config.status.orig +configure +gnumach +gnumach-undef +gnumach-undef-bad +gnumach.msgids +stamp-h1 +stamp-vti +version.c +version.texi + +i386/i386/i386asm.h +tests/test-mbchk + +# Ignore arch symlinks +machine +linux/src/include/asm +linux/dev/include/asm -- cgit v1.2.3