Add .gitignore to simplify Git workflow.

This commit is contained in:
Maxim Poliakovski 2019-07-20 18:48:41 +02:00
parent de937651ed
commit 1de2e35288
1 changed files with 13 additions and 0 deletions

13
.gitignore vendored Normal file
View File

@ -0,0 +1,13 @@
# Ignore binary files
*.bin
# Ignore compiled object files
*.o
# Ignore generated executables
dingusppc
dingusppc.exe
# Ignore system files
.DS_Store
Thumb.db