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

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