[Scummvm-cvs-logs] scummvm master -> e8a303d27ae3d254f176300521ec64b0ae3e2668

ScummVM git noreply at scummvm.org
Sun Feb 13 01:33:44 CET 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
e8a303d27a .gitignore: Add several windows-only and/or MSVC files


Commit: e8a303d27ae3d254f176300521ec64b0ae3e2668
    https://github.com/scummvm/scummvm/commit/e8a303d27ae3d254f176300521ec64b0ae3e2668
Author: strangerke (arnaud.boutonne at gmail.com)
Date: 2011-02-12T16:33:36-08:00

Commit Message:
.gitignore: Add several windows-only and/or MSVC files

Changed paths:
    .gitignore



diff --git a/.gitignore b/.gitignore
index d90faac..ee86dce 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






More information about the Scummvm-git-logs mailing list