mirror of
https://github.com/vale981/arb
synced 2025-03-04 17:01:40 -05:00
gitignore automake/libtool artifacts
arb does not use automake but a project might pull in arb as a submodule and build parts of it with automake
This commit is contained in:
parent
ef5ab30492
commit
b93446c258
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -4,3 +4,7 @@ libarb.so*
|
||||||
libarb.a
|
libarb.a
|
||||||
doc/build/*
|
doc/build/*
|
||||||
*.ppm
|
*.ppm
|
||||||
|
*.lo
|
||||||
|
*.deps/
|
||||||
|
*.libs/
|
||||||
|
*.dirstamp
|
||||||
|
|
Loading…
Add table
Reference in a new issue