dingusppc/.gitignore

25 lines
275 B
Plaintext
Raw Normal View History

# Ignore binary files
out/
*.bin
# Ignore compiled object files
.vs/
*.o
*.d
2020-03-31 16:33:44 +00:00
# Ignore Visual Studio configuration files
CMakeSettings.json
# Ignore generated executables
dingusppc
dingusppc.exe
# Ignore system files
.DS_Store
Thumb.db
2020-05-12 16:20:57 +00:00
# IDE ignores
build
build-*
*.user