mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Don't count .lo files :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16439 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b12914bfc0
commit
2ac3f19e90
@ -22,6 +22,7 @@ if test -d "$TOPDIR" ; then
|
||||
\! -name '*~' \
|
||||
\! -name '#*' \
|
||||
\! -name '*.ll' \
|
||||
\! -name '*.lo' \
|
||||
\! -name '*.d' \
|
||||
\! -name '*.dir' \
|
||||
\! -name 'Sparc.burm.c' \
|
||||
|
Loading…
Reference in New Issue
Block a user