mirror of
https://github.com/ScrelliCopter/NeHe-SDL_GPU.git
synced 2025-06-19 21:49:17 +10:00
c: Add lessons 1-10
This commit is contained in:
26
.gitignore
vendored
Normal file
26
.gitignore
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
/build/
|
||||
/xcode/
|
||||
/build-*/
|
||||
|
||||
.idea/
|
||||
cmake-build-*/
|
||||
|
||||
.swiftpm/
|
||||
.build/
|
||||
xcuserdata/
|
||||
DerivedData/
|
||||
Package.resolved
|
||||
|
||||
/out/
|
||||
/target/
|
||||
Cargo.lock
|
||||
|
||||
.vs/
|
||||
.vscode/
|
||||
CMakeSettings.json
|
||||
|
||||
Thumbs.db
|
||||
.DS_Store
|
||||
*.exe
|
||||
*.dll
|
||||
*.metallibsym
|
||||
Reference in New Issue
Block a user