Am Dienstag, 25. August 2015, 17:42:26 schrieb Christian Brabandt: > > Did the .gitignore file change between the old googlecode repository and > the new github repository? I get a modification here: > > diff --git a/.gitignore b/.gitignore > --- a/.gitignore > +++ b/.gitignore > @@ -1,5 +1,3 @@ > -# This is .gitignore > - > # Unixen: object and executable files. > *.o > src/vim
While rewriting history during Git repo cleanup I took the opportunity to replace the .hgignore with .gitignore, so that even if you go back in time you benefit from the ignore list. I removed the HG specific "syntax: glob" and subsequent blank line without adding this comment, which originates from the .gitignore in the HG repo. > I can commit it in the mirror or you can fix it in the original ;) This wouldn't be a fix :) -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
