[Lldb-commits] [PATCH] add dependency files and test logs to .gitignore

Zachary Turner zturner at google.com
Thu Nov 20 09:42:59 PST 2014


I'm not really knowledgeable about llgs, so if you guys think it's right go for it.  

Ideally the solution (at least from the point of view of someone who doesn't know anything about llgs) is for the test suite to clean up the .d files (I believe it already cleans up other types of files, like executables, obj files, etc) so that it behaves like the rest of the test suite with regards to other files  (for example, there's no gitignore rule for .out files, because the test suite cleans them up during make clean) and for the log files to go out of tree, but if you guys think that isn't possible or isn't feasible then that's fine.

http://reviews.llvm.org/D6329






More information about the lldb-commits mailing list