diff options
author | Chris Lattner <sabre@nondot.org> | 2001-06-20 19:25:53 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2001-06-20 19:25:53 +0000 |
commit | 9ca00017ef999a6706f5f32dab0bf843a895a820 (patch) | |
tree | 0f56d0f581bcb92811d1c0decfe4491e57e7815e | |
parent | 526f97e7a3fab200b7afb64b84866a7d009a6a73 (diff) |
Filter out more stuff I don't want all the time
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32 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 c6dd245efa..2148f6d73c 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 CommandLi | grep -v String | grep -v DataType | grep -v '/i[^/]*$' +./getsrcs.sh | grep -v Assembly | grep -v Byte | grep -v \\.ll | grep -v tools | grep -v Makefile | grep -v Opt | grep -v CommandLi | grep -v String | grep -v DataType | grep -v '/i[^/]*$' | grep -v SlotCalcul | grep -v VMCore |