mirror of
https://github.com/corda/corda.git
synced 2024-12-28 00:38:55 +00:00
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
|