Changes in directory llvm/test/Regression/Other:
.cvsignore added (r1.1) --- Log message: Tired of wading through cvs's list ? files that are generated when building with srcdir = objdir to see what's okay and what's cruft. So, in goes a bunch of .cvsignore files to shut cvs up about known output from running "make check". --- Diffs of the changes: (+3 -0) .cvsignore | 3 +++ 1 files changed, 3 insertions(+) Index: llvm/test/Regression/Other/.cvsignore diff -c /dev/null llvm/test/Regression/Other/.cvsignore:1.1 *** /dev/null Thu Mar 23 17:42:06 2006 --- llvm/test/Regression/Other/.cvsignore Thu Mar 23 17:41:55 2006 *************** *** 0 **** --- 1,3 ---- + Output + *.log + *.sum _______________________________________________ llvm-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
