.gitignore 96 B

123456789101112131415
  1. # object files
  2. *.o
  3. *.obj
  4. # libs
  5. *.so
  6. *.a
  7. *.dylib
  8. *.dll
  9. # executable files
  10. a.out
  11. zombie
  12. *.exe