Clean up and add info to .gitignore; also re-add the QtCreator CMakeLists.txt.user ignore.

This commit is contained in:
Paul Olszewski 2013-12-21 14:55:32 -06:00 committed by Tony Wasserka
parent 5bc080a1b2
commit d49f9ab80f
1 changed files with 7 additions and 6 deletions

13
.gitignore vendored
View File

@ -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