git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* .gitignore behavior on Mac
@ 2013-05-18 18:36 Peter Lauri
  2013-05-18 18:41 ` John Keeping
  0 siblings, 1 reply; 8+ messages in thread
From: Peter Lauri @ 2013-05-18 18:36 UTC (permalink / raw)
  To: git

Shouldn't this be valid? I would expect to NOT see the
core/inc/config.inc.php in the "git status" output...

Peters-MacBook-Air:dt-git plauri$ cat .gitignore
.buildpath
.project
.settings/
web/pjotr.php
core/inc/config.inc.php
dt_error.log
process_wrapper.sh

Peters-MacBook-Air:dt-git plauri$ git status
# On branch local/DT-7_gantt
# Changes not staged for commit:
#   (use "git add <file>..." to update what will be committed)
#   (use "git checkout -- <file>..." to discard changes in working directory)
#
# modified:   .gitignore
# modified:   core/inc/config.inc.php
#
# Untracked files:
#   (use "git add <file>..." to include in what will be committed)
#
# out.ionel
# tree.py
no changes added to commit (use "git add" and/or "git commit -a")
Peters-MacBook-Air:dt-git plauri$

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

end of thread, other threads:[~2013-05-19 11:00 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-18 18:36 .gitignore behavior on Mac Peter Lauri
2013-05-18 18:41 ` John Keeping
2013-05-18 18:43   ` Peter Lauri
2013-05-18 18:55     ` John Keeping
2013-05-18 21:01       ` Johannes Sixt
2013-05-18 22:37         ` Peter Lauri
2013-05-19  7:47           ` Junio C Hamano
2013-05-19 10:54           ` Antony Male

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).