diff options
author | mid-kid <esteve.varela@gmail.com> | 2019-11-07 22:43:42 +0100 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2019-11-07 22:43:42 +0100 |
commit | f76a093f44dcf6f5b733ba52bff481e03d0593f2 (patch) | |
tree | ff2fc80e8ad6af3a2d787a8e9342746fc87ab649 | |
parent | 2c6690d10deb309102e7b69f77f973d12e4afb50 (diff) |
Ignore .DS_STORE
Fixes #657
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 45d82fc60..c23b42e22 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,8 @@ pokecrystal.txt .*.swp # swap files for gedit *~ +# osx files +.DS_STORE *.dimensions *.gbcpal |