On Fri, 2 Dec 2011 12:13:43 -0300
Flávio Alencar <flavi...@gmail.com> wrote:

> I have two questions:
> 
> 1 - Do I have to configure the gitignore before running the first
> commit?
No. It's just a way to hide certain files from certain commands
operating on files (such as git-status or git-add).
git-commit does not operate on files and does not use .gitignore.
Moreover, Git does not need this file to be tracked.  Just some
commands see if it's there and use it if it is.

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.

Reply via email to