[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: .gitignore and .bzrignore files.
From: |
Achim Gratz |
Subject: |
Re: .gitignore and .bzrignore files. |
Date: |
Mon, 24 Mar 2014 23:44:23 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) |
Nicolas Richard writes:
> 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.
Since it's close to impossible to cater to both in-tree and out-of-tree
builds, you'll either end up with no .gitignore files in the repo at all
or adding them and having those files ignored. Given that
git clean -xn
will show you even those files that you ignore (and other VCS have their
own variant of the same), it may be slightly easier to just keep the
.gitignore files in the tree.
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+
Waldorf MIDI Implementation & additional documentation:
http://Synth.Stromeko.net/Downloads.html#WaldorfDocs
- Re: Converted git repository available for review, (continued)
- 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, 2014/03/24
- Re: .gitignore and .bzrignore files., Nicolas Richard, 2014/03/24
- Re: .gitignore and .bzrignore files.,
Achim Gratz <=
Re: Converted git repository available for review, Juanma Barranquero, 2014/03/22
Re: Converted git repository available for review, Andreas Schwab, 2014/03/22