dingusppc/.gitignore

17 lines
174 B
Plaintext
Raw Normal View History

# Ignore binary files
out
*.bin
# Ignore compiled object files
.vs
*.o
*.d
# Ignore generated executables
dingusppc
dingusppc.exe
# Ignore system files
.DS_Store
Thumb.db