diff options
author | michi_cc <michi_cc@openttd.org> | 2017-03-13 21:56:41 +0000 |
---|---|---|
committer | michi_cc <michi_cc@openttd.org> | 2017-03-13 21:56:41 +0000 |
commit | 5e728da075e5959808c6e1b52589fd2c0c0bea63 (patch) | |
tree | 952383b38abe8041ee8fdf5693df2a743ff8dfd2 /.gitignore | |
parent | cb2e84454f97fd6dba80af477b563136bc94c5f3 (diff) | |
download | openttd-5e728da075e5959808c6e1b52589fd2c0c0bea63.tar.xz |
(svn r27792) -Add: [Win32] .gitignore for IntelliSense database of VS2015 Update 2.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 2b298a14a..5aa8cb784 100644 --- a/.gitignore +++ b/.gitignore @@ -34,6 +34,8 @@ projects/*.sdf projects/*.opensdf projects/*.vcproj.*.user projects/*.vcxproj.user +projects/*.VC.db +projects/*.VC.opendb src/rev.cpp src/os/windows/ottdres.rc |