[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: .gitignore and .bzrignore files.
From: |
Stephen J. Turnbull |
Subject: |
Re: .gitignore and .bzrignore files. |
Date: |
Mon, 24 Mar 2014 20:53:47 +0900 |
Eric S. Raymond writes:
> Nicolas Richard <address@hidden>:
> > I have one question : what goes in those ignore filesĀ ? I've
> > heard some people want to ignore files created during
> > compilation, while some other don't because they compile off tree
> > and want to know if files get added in the tree.
This is a tough question. However, all of the VCSes I know of provide
both cascading ignores (so that you can ignore the backup and lock
files your editor produces in a personal .ignore, and ignore the .o
produced by a C compiler in a C project and the .pyc files produced by
Python), and some way to clean up and list files that are ignored as
well as unregistered files that aren't ignored.
> Shortly I will post to the list about the complications implied by
> various ways of handling ignore files. Determining the right thing
> is not at all simple.
I'd say do what's simplest. I don't see why one can't live with a
pretty coarse approximation for a while.
- Re: Converted git repository available for review, (continued)
- Re: Converted git repository available for review, Juanma Barranquero, 2014/03/21
- Re: Converted git repository available for review, Paul Eggert, 2014/03/21
- Re: Converted git repository available for review, Eric S. Raymond, 2014/03/21
- Re: Converted git repository available for review, Paul Eggert, 2014/03/21
- Re: Converted git repository available for review, Juanma Barranquero, 2014/03/21
- Re: Converted git repository available for review, Eric S. Raymond, 2014/03/22
- Re: Converted git repository available for review, Paul Eggert, 2014/03/22
- Re: Converted git repository available for review, Eric S. Raymond, 2014/03/22
- Re: .gitignore and .bzrignore files., Nicolas Richard, 2014/03/24
- Re: .gitignore and .bzrignore files., Eric S. Raymond, 2014/03/24
- Re: .gitignore and .bzrignore files.,
Stephen J. Turnbull <=
- Re: .gitignore and .bzrignore files., Nicolas Richard, 2014/03/24
- Re: .gitignore and .bzrignore files., Achim Gratz, 2014/03/24
Re: Converted git repository available for review, Juanma Barranquero, 2014/03/22