Re: [git-users] can't have a directory named bundle?

2013-01-09 Thread Konstantin Khomoutov
On Tue, Jan 08, 2013 at 06:34:24PM -0800, msoulier wrote: I happened to create a subdirectory in my working set called bundle, and I noticed that git ignored it. Why is that? And what if I need such a directory? I suppose essentially what you're seeing is Git not showing you an *empty*

[git-users] can't have a directory named bundle?

2013-01-08 Thread msoulier
Hi, I happened to create a subdirectory in my working set called bundle, and I noticed that git ignored it. Why is that? And what if I need such a directory? Thanks, Mike --

Re: [git-users] can't have a directory named bundle?

2013-01-08 Thread William Mizuta
Do you a have a file named .gitignore in the project root? If you have, all files and directories listed in this file will be ignored by git. William Seiti Mizuta @williammizuta Desenvolvedor da Caelum On Wed, Jan 9, 2013 at 12:34 AM, msoulier msoul...@digitaltorque.ca wrote: Hi, I

Re: [git-users] can't have a directory named bundle?

2013-01-08 Thread Michael Soulier
On 2013-01-08, at 11:18 PM, William Mizuta william.miz...@gmail.com wrote: Do you a have a file named .gitignore in the project root? If you have, all files and directories listed in this file will be ignored by git. No, I don't. Test this yourself, I doubt there's anything special about my