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 172B

1234567891011121314151617181920212223
  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
  15. .*
  16. *~
  17. config.h
  18. *.log
  19. build.conf