diff options
author | Chris Lattner <sabre@nondot.org> | 2001-07-22 05:45:46 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2001-07-22 05:45:46 +0000 |
commit | 86b5f3c52417c2d85595844a73fd2134d8975038 (patch) | |
tree | b7c807071ed9f1cf790c535426f87c87ba809fc5 | |
parent | 3fcf6ec1e94e43fb8d7df92627fe1963d724e07a (diff) |
Make it pickier
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@270 91177308-0d34-0410-b5e6-96231b3b80d8
-rwxr-xr-x | getsomesrcs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/getsomesrcs.sh b/getsomesrcs.sh index 015b289864..aedef29865 100755 --- a/getsomesrcs.sh +++ b/getsomesrcs.sh @@ -1,6 +1,6 @@ #!/bin/sh # This script prints out some of the source files that are useful when # editing. I use this like this: xemacs `./getsomesrcs.sh` & -./getsrcs.sh | grep -v Assembly | grep -v Byte | grep -v \\.ll | grep -v tools | grep -v Makefile | grep -v Opt | grep -v llvm/Tools | grep -v '/i[^/]*$' | grep -v VMCore | grep -v Holder | grep -v Analysis | grep -v html +./getsrcs.sh | grep -v Assembly | grep -v Byte | grep -v \\.ll | grep -v Optimization | grep -v llvm/Tools | grep -v '/i[^/]*$' | grep -v Holder | grep -v Analysis | grep -v html | grep include/llvm |