bug-hurd
[Top][All Lists]
Advanced

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

[PATCH 01/17] Add a .gitignore file


From: Guillem Jover
Subject: [PATCH 01/17] Add a .gitignore file
Date: Thu, 25 Aug 2011 15:22:24 +0200

* .gitignore: New file.
---
 .gitignore |   38 ++++++++++++++++++++++++++++++++++++++
 1 files changed, 38 insertions(+), 0 deletions(-)
 create mode 100644 .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
-- 
1.7.5.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]