From: "shunichi fuji" <palglowr@gmail.com>
To: git@vger.kernel.org
Subject: git-clean won't read global ignore
Date: Wed, 14 Nov 2007 06:49:00 +0900 [thread overview]
Message-ID: <30046e3b0711131349h51d253d5n4e5649bde36dc36f@mail.gmail.com> (raw)
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
next reply other threads:[~2007-11-13 21:49 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-13 21:49 shunichi fuji [this message]
2007-11-13 22:50 ` git-clean won't read global ignore 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=30046e3b0711131349h51d253d5n4e5649bde36dc36f@mail.gmail.com \
--to=palglowr@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).