25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitignore 282 B

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