Re: rtems_waf.git 0001-add-a-gitignore-file.patch

2013-12-14 Thread Chris Johns
On 15/12/2013 12:06 pm, Gedare Bloom wrote: rtems_waf.git is currently under Chris' personal area. Thanks for the patch Chirayu! I have add an ignore file to the rtems_waf repo. Chris On Sat, Dec 14, 2013 at 3:43 PM, Joel Sherrill wrote: Heading to an Ugly Christmas Sweater party but I don

Re: rtems_waf.git 0001-add-a-gitignore-file.patch

2013-12-14 Thread Gedare Bloom
rtems_waf.git is currently under Chris' personal area. Thanks for the patch Chirayu! On Sat, Dec 14, 2013 at 3:43 PM, Joel Sherrill wrote: > Heading to an Ugly Christmas Sweater party but I don't know > which git module this applies against to help out. > > Hopefully someone can push it. But I di

Re: rtems_waf.git 0001-add-a-gitignore-file.patch

2013-12-14 Thread Joel Sherrill
Heading to an Ugly Christmas Sweater party but I don't know which git module this applies against to help out. Hopefully someone can push it. But I didn't even know where to apply it. On 12/14/2013 1:24 PM, Chirayu Desai wrote: > I saw that rtems_waf did not have a gitignore file, and using it wi

rtems_waf.git 0001-add-a-gitignore-file.patch

2013-12-14 Thread Chirayu Desai
I saw that rtems_waf did not have a gitignore file, and using it will create pyc files which makes git status show "modified: rtems_waf (untracked content)" as the index becomes dirty. Ignore '*.pyc' files to get rid of that, patch available at [0]. [0]: https://gist.github.com/chirayudesai/c7dc