mirror of
https://github.com/corda/corda.git
synced 2024-12-29 09:18:58 +00:00
85947caa12
switch code to linux 1.6 opensource gold release
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
|