git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git-clean won't read global ignore
@ 2007-11-13 21:49 shunichi fuji
  2007-11-13 22:50 ` Pierre Habouzit
  0 siblings, 1 reply; 16+ messages in thread
From: shunichi fuji @ 2007-11-13 21:49 UTC (permalink / raw)
  To: git

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

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2007-11-15 17:52 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-13 21:49 git-clean won't read global ignore shunichi fuji
2007-11-13 22:50 ` Pierre Habouzit
2007-11-14  8:05   ` Junio C Hamano
2007-11-14  8:42     ` Andreas Ericsson
2007-11-14  9:03       ` Junio C Hamano
2007-11-14 17:46     ` Johannes Schindelin
2007-11-15  4:21     ` Miles Bader
2007-11-15  4:33       ` Miles Bader
2007-11-15  6:38     ` [PATCH] Unify the use of standard set of exclude files Junio C Hamano
2007-11-15  7:04       ` Jeff King
2007-11-15  9:03         ` Junio C Hamano
2007-11-15  9:15           ` Jeff King
2007-11-15  7:41       ` Junio C Hamano
2007-11-15 10:07     ` git-clean won't read global ignore Matthieu Moy
2007-11-15 17:27       ` Junio C Hamano
2007-11-15 17:50         ` Matthieu Moy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).