use static library instead of object
This commit is contained in:
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
*
|
||||
!/**/
|
||||
!*.*
|
||||
!Makefile
|
||||
|
||||
*~
|
||||
*.swp
|
||||
*.swo
|
||||
*.o
|
||||
*.a
|
||||
*.so
|
||||
*.class
|
||||
*.log
|
||||
*.core
|
||||
*.gcno
|
||||
*.tar*
|
||||
Reference in New Issue
Block a user