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. -- Enrico