.gitignore 100 B

123456789101112131415
  1. #object file
  2. *.o
  3. #library
  4. *.a
  5. #share object
  6. *.so
  7. *.so.*
  8. #generated proxy
  9. *_u.c
  10. *_u.h
  11. *_t.c
  12. *_t.h