git-clean won't read global ignore

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <git@...>
Date: Tuesday, November 13, 2007 - 5:49 pm

hi, i setup git to use with eclipse through global excludesfile config.
git-status report just ignore files, but git-clean deleted ignore files.

----
$ git-config -l
core.excludesfile=/home/pal/.gitignore

$ cat /home/pal/.gitignore
# ignore for eclipse
.project
.cproject

 $ git-status
# On branch master
nothing to commit (working directory clean)

$ git-clean
Removing .project
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
git-clean won't read global ignore, shunichi fuji, (Tue Nov 13, 5:49 pm)
Re: git-clean won't read global ignore, Pierre Habouzit, (Tue Nov 13, 6:50 pm)
Re: git-clean won't read global ignore, Junio C Hamano, (Wed Nov 14, 4:05 am)
Re: git-clean won't read global ignore, Matthieu Moy, (Thu Nov 15, 6:07 am)
Re: git-clean won't read global ignore, Junio C Hamano, (Thu Nov 15, 1:27 pm)
Re: git-clean won't read global ignore, Matthieu Moy, (Thu Nov 15, 1:50 pm)
[PATCH] Unify the use of standard set of exclude files, Junio C Hamano, (Thu Nov 15, 2:38 am)
Re: [PATCH] Unify the use of standard set of exclude files, Junio C Hamano, (Thu Nov 15, 3:41 am)
Re: [PATCH] Unify the use of standard set of exclude files, Junio C Hamano, (Thu Nov 15, 5:03 am)
Re: git-clean won't read global ignore, Miles Bader, (Thu Nov 15, 12:21 am)
Re: git-clean won't read global ignore, Miles Bader, (Thu Nov 15, 12:33 am)
Re: git-clean won't read global ignore, Johannes Schindelin, (Wed Nov 14, 1:46 pm)
Re: git-clean won't read global ignore, Andreas Ericsson, (Wed Nov 14, 4:42 am)
Re: git-clean won't read global ignore, Junio C Hamano, (Wed Nov 14, 5:03 am)