.gitignore 143 B

123456789101112131415161718
  1. # Object files
  2. *.o
  3. *.ko
  4. # Libraries
  5. *.lib
  6. *.a
  7. # Shared objects (inc. Windows DLLs)
  8. *.dll
  9. *.so
  10. *.so.*
  11. *.dylib
  12. # Executables
  13. *.exe
  14. *.out
  15. *.app