Browse Source

Update .gitignore

ignore generated proxy
llly 7 years ago
parent
commit
cc08bf96f8
1 changed files with 10 additions and 4 deletions
  1. 10 4
      .gitignore

+ 10 - 4
.gitignore

@@ -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