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

12345678910111213141516171819202122232425262728293031323334353637383940
  1. # Prerequisites
  2. *.d
  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. *.smod
  18. # Compiled Static libraries
  19. *.lai
  20. *.la
  21. *.a
  22. *.lib
  23. # Executables
  24. *.exe
  25. *.out
  26. *.app
  27. # Folder
  28. .settings/
  29. Debug/
  30. .xdchelp
  31. .ccsproject
  32. .cproject
  33. .project