On Sun, Sep 2, 2012 at 10:12 AM, Enrico Forestieri <for...@lyx.org> wrote: > On Sat, Sep 01, 2012 at 07:10:59PM -0400, Scott Kostyshak wrote: > >> I don't know much about git and I don't know much about cmake so I >> wouldn't be surprised if this is incorrect. The attached patch asks >> git to ignore temporary cmake files, which are created after running >> "cmake .". Could someone check? > > Note that you can also use the untracked .git/info/exclude in place > of .gitignore.
That's good to know. Thanks for the tip! Scott