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

1234567891011121314151617181920212223242526272829303132333435
  1. /tests/docker
  2. /cmake-build-*
  3. /.idea
  4. /build
  5. *.swp
  6. # Compiled Object files
  7. *.slo
  8. *.lo
  9. *.o
  10. *.obj
  11. # Precompiled Headers
  12. *.gch
  13. *.pch
  14. # Compiled Dynamic libraries
  15. *.so
  16. *.dylib
  17. *.dll
  18. # Fortran module files
  19. *.mod
  20. # Compiled Static libraries
  21. *.lai
  22. *.la
  23. *.a
  24. *.lib
  25. # Executables
  26. *.exe
  27. *.out
  28. *.app