diff options
author | Willem Jan Palenstijn | 2016-01-04 12:03:01 +0100 |
---|---|---|
committer | Willem Jan Palenstijn | 2016-01-04 12:03:01 +0100 |
commit | 4ff70e97ae25781d9da7b5678b5e7b140831eb9f (patch) | |
tree | 48e6981c20769eecd54e6f4a843878356e5fd3ac | |
parent | 453afd7bbc7b83506638bf87b830384078f729e1 (diff) | |
parent | ee32d5d7712fcf051d4f7cc0418c92b5f307c26e (diff) | |
download | scummvm-rg350-4ff70e97ae25781d9da7b5678b5e7b140831eb9f.tar.gz scummvm-rg350-4ff70e97ae25781d9da7b5678b5e7b140831eb9f.tar.bz2 scummvm-rg350-4ff70e97ae25781d9da7b5678b5e7b140831eb9f.zip |
Merge pull request #646 from rootfather/gitignore
DEVTOOLS: Ignore *.opendb files generated by VS 2015
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 17012f3bb7..03e3393220 100644 --- a/.gitignore +++ b/.gitignore @@ -152,6 +152,7 @@ Thumbs.db *.sbr *.sdf *.opensdf +*.opendb obj/ _ReSharper*/ ipch/ |