Merge pull request #2 from llly/patch-1

Update .gitignore
This commit is contained in:
zhaohuidu 2016-07-22 08:21:13 +08:00 committed by GitHub
commit 96d81d9abc

14
.gitignore vendored
View File

@ -1,9 +1,15 @@
#object file #object file
.o *.o
#library #library
.a *.a
#share object #share object
.so *.so
.so.* *.so.*
#generated proxy
*_u.c
*_u.h
*_t.c
*_t.h