From d49f9ab80f3fe97b7976e5de4d90f988c87ebc40 Mon Sep 17 00:00:00 2001 From: Paul Olszewski Date: Sat, 21 Dec 2013 14:55:32 -0600 Subject: [PATCH] Clean up and add info to .gitignore; also re-add the QtCreator CMakeLists.txt.user ignore. --- .gitignore | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 5650cb26b7..f79025bd92 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ -# Ignore files created by windows +# Ignore image thumbnail files created by windows Thumbs.db -# Ignore files created by OS X +# Ignore Finder view option files created by OS X .DS_Store # Ignore autogenerated source files Source/Core/Common/Src/scmrev.h @@ -8,16 +8,17 @@ Source/Core/Common/Src/scmrev.h /[Bb]uild/ /[Bb]inary/ /obj/ -# Ignore files created by visual studio +# Ignore various files created by visual studio/msbuild *.ipch *.opensdf *.sdf *.suo *.vcxproj.user *.obj +*.tlog +# Ignore build info file created by QtCreator +CMakeLists.txt.user # Ignore files created by posix people *~ -# Ignore transifix configuration directory +# Ignore transifex configuration directory .tx -# Ignore tlog files -*.tlog