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.

31 lines
279 B

11 years ago
2 years ago
2 years ago
  1. # Compiled Object files
  2. *.slo
  3. *.lo
  4. *.o
  5. # Compiled Dynamic libraries
  6. *.so
  7. *.dylib
  8. # Compiled Static libraries
  9. *.lai
  10. *.la
  11. *.a
  12. # build artifacts
  13. mergerfs
  14. obj/
  15. *.d
  16. build/
  17. src/version.hpp
  18. # Debian files
  19. debian/files
  20. debian/changelog
  21. # RPM files
  22. rpmbuild/
  23. # IDEs
  24. \.idea/
  25. VERSION