mirror of
git://git.musl-libc.org/musl
synced 2025-03-06 20:48:29 +01:00
add .gitignore file
I've had this around for a long time but somehow it never got committed.
This commit is contained in:
parent
405ce58dcf
commit
d46cf2e14c
1 changed files with 9 additions and 0 deletions
9
.gitignore
vendored
Normal file
9
.gitignore
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
*.o
|
||||
*.lo
|
||||
*.a
|
||||
*.so
|
||||
*.so.1
|
||||
arch/*/bits/alltypes.h
|
||||
config.mak
|
||||
include/bits
|
||||
tools/musl-gcc
|
Loading…
Add table
Reference in a new issue