Simulation Core
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 

30 wiersze
567 B

  1. ################################################################################
  2. # This .gitignore file was automatically created by Microsoft(R) Visual Studio.
  3. ################################################################################
  4. /.vs/SimulationCore2/FileContentIndex
  5. /.vs/SimulationCore2/v17
  6. /.vs
  7. /x64
  8. /x64/Debug
  9. *.rar
  10. /mod
  11. /obj
  12. ./*.mod
  13. # Compiled object files
  14. *.o
  15. *.mod
  16. # Executables
  17. exe/*
  18. # Ignore files generated by Make
  19. Makefile
  20. Makefile.in
  21. Makefile.in~
  22. # Ignore build output directories
  23. /build/
  24. /.idea/
  25. /.vscode/