diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-03-23 23:41:57 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-03-23 23:41:57 +0000 |
commit | 2676f83776c3d23ed44f2333b92b4f584743a109 (patch) | |
tree | 015eb1b740543d5b6d04f6cfd0a33a9e581e90bb /test/Archive | |
parent | 677274b1cb511613df087adaebfdb0817c7beb49 (diff) |
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".
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27009 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Archive')
-rw-r--r-- | test/Archive/.cvsignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Archive/.cvsignore b/test/Archive/.cvsignore new file mode 100644 index 0000000000..7f2443f2f3 --- /dev/null +++ b/test/Archive/.cvsignore @@ -0,0 +1,3 @@ +Output +*.log +*.sum |