From 79e5e0009edb9fbe1f950f3cf6ba13d0c5b52b89 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 23 Jul 2002 17:56:32 +0000 Subject: [PATCH] Ignore the boost #include files llvm-svn: 3004 --- llvm/getsrcs.sh | 2 +- llvm/utils/getsrcs.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/getsrcs.sh b/llvm/getsrcs.sh index a27ccad38421..ad755ceee38d 100755 --- a/llvm/getsrcs.sh +++ b/llvm/getsrcs.sh @@ -1,5 +1,5 @@ #!/bin/sh # This is useful because it prints out all of the source files. Useful for # greps. -find docs include lib tools -name \*.\[cdhyl\]\* | grep -v Lexer.cpp | grep -v llvmAsmParser.cpp | grep -v llvmAsmParser.h | grep -v '~$' | grep -v '\.ll$' | grep -v .flc | grep -v Sparc.burm.c | grep -v '\.d$' | grep -v '\.dir$' | grep -v docs/doxygen +find docs include lib tools -name \*.\[cdhyl\]\* | grep -v Lexer.cpp | grep -v llvmAsmParser.cpp | grep -v llvmAsmParser.h | grep -v '~$' | grep -v '\.ll$' | grep -v .flc | grep -v Sparc.burm.c | grep -v '\.d$' | grep -v '\.dir$' | grep -v docs/doxygen | grep -v include/boost diff --git a/llvm/utils/getsrcs.sh b/llvm/utils/getsrcs.sh index a27ccad38421..ad755ceee38d 100755 --- a/llvm/utils/getsrcs.sh +++ b/llvm/utils/getsrcs.sh @@ -1,5 +1,5 @@ #!/bin/sh # This is useful because it prints out all of the source files. Useful for # greps. -find docs include lib tools -name \*.\[cdhyl\]\* | grep -v Lexer.cpp | grep -v llvmAsmParser.cpp | grep -v llvmAsmParser.h | grep -v '~$' | grep -v '\.ll$' | grep -v .flc | grep -v Sparc.burm.c | grep -v '\.d$' | grep -v '\.dir$' | grep -v docs/doxygen +find docs include lib tools -name \*.\[cdhyl\]\* | grep -v Lexer.cpp | grep -v llvmAsmParser.cpp | grep -v llvmAsmParser.h | grep -v '~$' | grep -v '\.ll$' | grep -v .flc | grep -v Sparc.burm.c | grep -v '\.d$' | grep -v '\.dir$' | grep -v docs/doxygen | grep -v include/boost