Re: gnulib-tool.py does not write the gitignore file correctly

2018-01-27 Thread Dmitry Selyutin
Hi Darshit, unfortunately I'm currently overloaded with my work, so I only have rare occasions to ever get to gnulib's code. From your description it looks the feature is omitted entirely, perhaps due to the lack of time to implement it in 2012, but I think it is certainly doable. I'll try to

gnulib-tool.py does not write the gitignore file correctly

2018-01-22 Thread Darshit Shah
Hi, While using gnulib-tool.py for GNU Wget, I noticed a large number of new files in the git repository. It turns out that the original gnulib-tool used to write the .gitignore file with a list of all the files it copied into m4/. But, gnulib-tool.py does *NOT* write the gitignore file. Could