Update .gitignore

ignore generated proxy
This commit is contained in:
llly 2016-07-21 19:36:32 +08:00 committed by GitHub
parent 50a296217c
commit cc08bf96f8

14
.gitignore vendored
View File

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