3337: .gitignore: Ignore pattern `*.dSYM'.

10 Feb
2009
10 Feb
'09
4:46 p.m.
--- .gitignore | 1 + ChangeLog | 4 ++++ 2 files changed, 5 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index eaa60f0..b130779 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # Global. *~ +*.dSYM .deps Makefile.in Makefile diff --git a/ChangeLog b/ChangeLog index d4c4716..e8a5431 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-02-10 Roland Levillain <roland@lrde.epita.fr> + + * .gitignore: Ignore pattern `*.dSYM'. + 2009-02-04 Roland Levillain <roland@lrde.epita.fr> Move M4 files into m4/. -- 1.6.1.2
6064
Age (days ago)
6064
Last active (days ago)
0 comments
1 participants
participants (1)
-
Roland Levillain