diff options
author | strangerke | 2011-02-13 01:33:36 +0100 |
---|---|---|
committer | strangerke | 2011-02-13 01:33:36 +0100 |
commit | e8a303d27ae3d254f176300521ec64b0ae3e2668 (patch) | |
tree | bb787b3cf425cb02cd443380f1eb8ea225206b4b /.gitignore | |
parent | 2c9d30e7370dabf2132dba8631748d8841e61517 (diff) | |
download | scummvm-rg350-e8a303d27ae3d254f176300521ec64b0ae3e2668.tar.gz scummvm-rg350-e8a303d27ae3d254f176300521ec64b0ae3e2668.tar.bz2 scummvm-rg350-e8a303d27ae3d254f176300521ec64b0ae3e2668.zip |
.gitignore: Add several windows-only and/or MSVC files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 46 |
1 files changed, 36 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore index d90faacb07..ee86dce66e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ + *~ .*.swp .*.swo @@ -66,17 +67,17 @@ lib*.a /dists/iphone/scummvm.xcodeproj/*.mode1v3 /dists/iphone/scummvm.xcodeproj/*.pbxuser -/dists/msvc8/*_Debug -/dists/msvc8/*_Release -/dists/msvc8/*.suo -/dists/msvc8/*.ncb -/dists/msvc8/*.user +/dists/msvc8/[Dd]ebug*/ +/dists/msvc8/[Rr]elease*/ +/dists/msvc8/*.lib + +/dists/msvc9/[Dd]ebug*/ +/dists/msvc9/[Rr]elease*/ +/dists/msvc9/*.lib -/dists/msvc9/*_Debug -/dists/msvc9/*_Release -/dists/msvc9/*.suo -/dists/msvc9/*.ncb -/dists/msvc9/*.user +/dists/msvc10/[Dd]ebug*/ +/dists/msvc10/[Rr]elease*/ +/dists/msvc10/*.lib /doc/*.aux /doc/*.dvi @@ -105,3 +106,28 @@ lib*.a /tools/qtable/qtable /tools/skycpt/skycpt +#ignore thumbnails created by windows +Thumbs.db +#Ignore files build by Visual Studio +*.obj +*.exe +*.pdb +*.user +*.aps +*.pch +*.vspscc +*.ncb +*.suo +*.tlb +*.tlh +*.bak +*.cache +*.ilk +*.log +*.sbr +obj/ +_ReSharper*/ +[Tt]est[Rr]esult* +*.vcproj +*.sln +*.vsprops
\ No newline at end of file |