mirror of
https://github.com/advancingdragon/Dirtbox.git
synced 2025-04-02 11:01:41 -04:00
17 lines
147 B
Text
17 lines
147 B
Text
# Vim temp files
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Visual Studio temp files
|
|
*.ncb
|
|
*.suo
|
|
*.user
|
|
|
|
# Mac stuff
|
|
.DS_Store
|
|
|
|
# folders
|
|
Debug/
|
|
Release/
|
|
|