No Description
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 591B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. # Prerequisites
  2. *.d
  3. *.d
  4. *.dep
  5. # Compiled Object files
  6. *.slo
  7. *.lo
  8. *.o
  9. *.obj
  10. *.crf
  11. *.__i
  12. # Precompiled Headers
  13. *.gch
  14. *.pch
  15. # Compiled Dynamic libraries
  16. *.so
  17. *.dylib
  18. *.dll
  19. # Fortran module files
  20. *.mod
  21. *.smod
  22. # Compiled Static libraries
  23. *.lai
  24. *.la
  25. *.a
  26. *.lib
  27. # Executables
  28. *.exe
  29. *.out
  30. *.app
  31. main
  32. GUI
  33. *.elf
  34. *.hex
  35. # Image rpi
  36. *.img
  37. # Archives
  38. *.zip
  39. *.tar
  40. *.gz
  41. *.bz2
  42. *.xz
  43. *.arc
  44. *.arj
  45. *.7z
  46. *.rar
  47. # Trucs de MDK
  48. *.uvgui*
  49. *.bak
  50. *.axf
  51. # Android
  52. *.apk
  53. /software/raspberry/superviseur-robot/superviseur/dist/
  54. /software/raspberry/testeur/testeur/build/
  55. /software/raspberry/testeur/testeur/dist/