mirror of
https://github.com/corda/corda.git
synced 2024-12-27 08:22:35 +00:00
f978eab8d1
git-subtree-dir: sgx-jvm/linux-sgx git-subtree-mainline:d52accb52c
git-subtree-split:2df43c54f3
20 lines
150 B
Plaintext
20 lines
150 B
Plaintext
#object file
|
|
*.o
|
|
|
|
#library
|
|
*.a
|
|
|
|
#share object
|
|
*.so
|
|
*.so.*
|
|
|
|
#generated proxy
|
|
*_u.c
|
|
*_u.h
|
|
*_t.c
|
|
*_t.h
|
|
|
|
#output files
|
|
/build/
|
|
/linux/installer/bin/*.bin
|