* .gitignore: Ignore patterns *.pyc and *.stamp globally.
* build-aux/.gitignore: Remove local pattern *.pyc.
* milena/doc/.gitignore: Remove local pattern headers.stamp.
---
.gitignore | 4 ++--
ChangeLog | 8 ++++++++
build-aux/.gitignore | 1 -
milena/doc/.gitignore | 1 -
4 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/.gitignore b/.gitignore
index b130779..a7d574a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,8 @@
# Global.
*~
*.dSYM
+*.pyc
+*.stamp
.deps
Makefile.in
Makefile
@@ -8,8 +10,6 @@ Makefile
# Local.
/*-stamp
/*.patch
-/*.pyc
-/*.stamp
/*TAGS
/*aclocal.m4
/*stamp-*
diff --git a/ChangeLog b/ChangeLog
index 494377a..64868be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-05-14 Roland Levillain <roland(a)lrde.epita.fr>
+
+ Adjust .gitignore files.
+
+ * .gitignore: Ignore patterns *.pyc and *.stamp globally.
+ * build-aux/.gitignore: Remove local pattern *.pyc.
+ * milena/doc/.gitignore: Remove local pattern headers.stamp.
+
2009-05-11 Roland Levillain <roland(a)lrde.epita.fr>
Use more canonical names to handle the configuration of Swilena.
diff --git a/build-aux/.gitignore b/build-aux/.gitignore
index d96c228..fb342f9 100644
--- a/build-aux/.gitignore
+++ b/build-aux/.gitignore
@@ -13,7 +13,6 @@
/missing
/*.patch
/patches*
-/*.pyc
/py-compile
/*.rej
/*TAGS
diff --git a/milena/doc/.gitignore b/milena/doc/.gitignore
index f107fe3..642caef 100644
--- a/milena/doc/.gitignore
+++ b/milena/doc/.gitignore
@@ -1,3 +1,2 @@
/Doxyfile
-/headers.stamp
/html/
--
1.6.1.2
Show replies by date