Git development
 help / color / mirror / Atom feed
* Alternate .gitignore
@ 2010-10-08 12:31 Maaartin
  2010-10-08 12:45 ` Ævar Arnfjörð Bjarmason
  0 siblings, 1 reply; 4+ messages in thread
From: Maaartin @ 2010-10-08 12:31 UTC (permalink / raw)
  To: git

I'm using git for a project, where I'd like to store not only the sources but 
some quite large generated files, too. However, I'd like to keep them separated, 
so my source depository doesn't grow too much. The problem could be solved 
nicely if there was a possibility to use .gitignore for the source tree and let 
say .gitignore2 for the extended tree. I'd use two depositories: .git and .git2.

The content if .gitignore2 could be a subset of the content of .gitignore, so 
the extended tree would contain the sources as well, which is not really a 
problem. Or maybe I could make the depositories disjoint, I'm not sure now.

Is something like this possible or is it too strange requirement?

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

end of thread, other threads:[~2010-10-08 21:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-08 12:31 Alternate .gitignore Maaartin
2010-10-08 12:45 ` Ævar Arnfjörð Bjarmason
2010-10-08 21:39   ` Maaartin
2010-10-08 21:45     ` Kevin Ballard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox