This is a project that students of Learn C++ the hardway checkout to confirm their setup is correct, and also doubles as a quick start for a basic C++ game project start.
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.
 
 
 
 
 
cpp-starter-project/.gitignore

11 lines
108 B

.*.sw*
.DS_Store
*.sqlite3
*.sqlite3-wal
*.sqlite3-shm
debug
coverage/
.coverage
builddir
subprojects
*.exe