diff options
author | Littleboy | 2011-06-22 19:14:55 -0400 |
---|---|---|
committer | Littleboy | 2011-06-22 19:31:38 -0400 |
commit | 2b53aff08b6949cf089630703876b8640406d374 (patch) | |
tree | a816414cb093f38b438f5d8041f1bf7ccd33d894 /.gitignore | |
parent | 27934d061ecef6456460265171ebccfc065d26e0 (diff) | |
download | scummvm-rg350-2b53aff08b6949cf089630703876b8640406d374.tar.gz scummvm-rg350-2b53aff08b6949cf089630703876b8640406d374.tar.bz2 scummvm-rg350-2b53aff08b6949cf089630703876b8640406d374.zip |
GIT: Ignore Qt Creator project files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6294cb451d..9cb3984c0d 100644 --- a/.gitignore +++ b/.gitignore @@ -155,3 +155,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 |