diff options
author | Ray Koopa <raykoopa@users.noreply.github.com> | 2017-01-15 10:46:35 +0100 |
---|---|---|
committer | Ray Koopa <raykoopa@users.noreply.github.com> | 2017-01-15 10:47:50 +0100 |
commit | 3494ff5b39ef6018cf47f20ab6403a0b799a8116 (patch) | |
tree | 750dbefd6529ffae97fe4e930ff8038c4a0d3828 /.gitignore | |
parent | 7b9f2d9929d0e8516d42379962533df823c7c550 (diff) |
Added VC++ cache database and temporary storage folder when running
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index abbda17ee2..f7eac1122d 100644 --- a/.gitignore +++ b/.gitignore @@ -144,7 +144,9 @@ ipch/ *.sdf *.cachefile *.VC.db +*.VC.opendb *.VC.VC.opendb +enc_temp_folder/ # Visual Studio profiler *.psess |