[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Build improvements and warning fixes
From: |
Thomas Schwinge |
Subject: |
Re: Build improvements and warning fixes |
Date: |
Tue, 06 Sep 2011 13:23:41 +0200 |
User-agent: |
Notmuch/0.7-57-g64222ef (http://notmuchmail.org) Emacs/23.3.1 (i486-pc-linux-gnu) |
Hi!
On Thu, 25 Aug 2011 15:22:23 +0200, Guillem Jover <guillem@hadrons.org> wrote:
> [PATCH 01/17] Add a .gitignore file
> [PATCH 02/17] Enable silent builds by default if available
>
> I'm resending these two, as they seem to have fallen through the cracks.
I remember. Sorry.
What do you think about putting the attached patch on top of it? I
(having once been bitten by too lax .gitignore rules) prefer to have them
as tight as reasonable.
Grüße,
Thomas
From 3f5fd3de61dbca8c4b081acc6ffc36ab59486a2c Mon Sep 17 00:00:00 2001
From: Thomas Schwinge <thomas@schwinge.name>
Date: Tue, 6 Sep 2011 13:12:50 +0200
Subject: [PATCH] * .gitignore: Tighten some rules, and distribute others
to... * doc/.gitignore: ... here; * i386/i386/.gitignore:
... here; * tests/.gitignore: ..., and here.
---
.gitignore | 59 +++++++++++++++++++++++++------------------------
doc/.gitignore | 4 +++
i386/i386/.gitignore | 1 +
tests/.gitignore | 1 +
4 files changed, 36 insertions(+), 29 deletions(-)
create mode 100644 doc/.gitignore
create mode 100644 i386/i386/.gitignore
create mode 100644 tests/.gitignore
diff --git a/.gitignore b/.gitignore
index fe5d53a..4488bc2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,38 +1,39 @@
-.deps
+*~
+
+.deps/
.dirstamp
-.Tpo
*.o
*.a
-*.defs.*
+/gnumach
+/gnumach-undef
+/gnumach-undef-bad
+/gnumach.msgids
+
+# Makerules.am
+*.gz
+*.stripped
+
+# Makerules.mig.am
*.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
+/INSTALL
+/Makefile
+/Makefile.in
+/aclocal.m4
+/config.h
+/config.h.in
+/config.log
+/config.status
+/config.status.orig
+/configure
+/stamp-h1
+/version.c
# Ignore arch symlinks
-machine
-linux/src/include/asm
-linux/dev/include/asm
+/machine
+/mach/machine
+/linux/src/include/asm
+/linux/dev/include/asm
diff --git a/doc/.gitignore b/doc/.gitignore
new file mode 100644
index 0000000..829355b
--- /dev/null
+++ b/doc/.gitignore
@@ -0,0 +1,4 @@
+/*.info
+/*.info-*
+/stamp-vti
+/version.texi
diff --git a/i386/i386/.gitignore b/i386/i386/.gitignore
new file mode 100644
index 0000000..4520a2a
--- /dev/null
+++ b/i386/i386/.gitignore
@@ -0,0 +1 @@
+/i386asm.h
diff --git a/tests/.gitignore b/tests/.gitignore
new file mode 100644
index 0000000..6e86af1
--- /dev/null
+++ b/tests/.gitignore
@@ -0,0 +1 @@
+/test-mbchk
--
1.7.5.4
pgp4reQrs8WxS.pgp
Description: PGP signature
- Re: Build improvements and warning fixes,
Thomas Schwinge <=