You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitignore 139B

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