Skip to content
Snippets Groups Projects
Commit 60ec2655 authored by Chris Lattner's avatar Chris Lattner
Browse files

Don't include libtool "object" files

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16391 91177308-0d34-0410-b5e6-96231b3b80d8
parent 5eb6f6c8
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,7 @@ if test -d "$TOPDIR" ; then
\! -name '*~' \
\! -name '#*' \
\! -name '*.ll' \
\! -name '*.lo' \
\! -name '*.d' \
\! -name '*.dir' \
\! -name 'Sparc.burm.c' \
......
......@@ -11,6 +11,7 @@ if test -d "$TOPDIR" ; then
\! -name '*~' \
\! -name '#*' \
\! -name '*.ll' \
\! -name '*.lo' \
\! -name '*.d' \
\! -name '*.dir' \
\! -name 'Sparc.burm.c' \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment