Clean up and add info to .gitignore; also re-add the QtCreator CMakeLists.txt.user ignore.
This commit is contained in:
parent
5bc080a1b2
commit
d49f9ab80f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue