diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 32fb0b91b6..4ad9f07b34 100644 --- a/.gitignore +++ b/.gitignore @@ -86,6 +86,7 @@ project.xcworkspace /dists/msvc*/[Dd]ebug*/ /dists/msvc*/[Rr]elease*/ +/dists/msvc*/[Aa]nalysis*/ /dists/msvc*/*.lib /dists/msvc*/*.SAV /dists/msvc*/*.dat @@ -156,3 +157,9 @@ ipch/ #Ignore default Visual Studio build folders [Dd]ebug/ [Rr]elease/ + +#Ignore Qt Creator project files +ScummVM.config +ScummVM.creator +ScummVM.files +ScummVM.includes |