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.

35 lines
317 B

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