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
|
Thumbs.db
|
||||||
# Ignore files created by OS X
|
# Ignore Finder view option files created by OS X
|
||||||
.DS_Store
|
.DS_Store
|
||||||
# Ignore autogenerated source files
|
# Ignore autogenerated source files
|
||||||
Source/Core/Common/Src/scmrev.h
|
Source/Core/Common/Src/scmrev.h
|
||||||
|
@ -8,16 +8,17 @@ Source/Core/Common/Src/scmrev.h
|
||||||
/[Bb]uild/
|
/[Bb]uild/
|
||||||
/[Bb]inary/
|
/[Bb]inary/
|
||||||
/obj/
|
/obj/
|
||||||
# Ignore files created by visual studio
|
# Ignore various files created by visual studio/msbuild
|
||||||
*.ipch
|
*.ipch
|
||||||
*.opensdf
|
*.opensdf
|
||||||
*.sdf
|
*.sdf
|
||||||
*.suo
|
*.suo
|
||||||
*.vcxproj.user
|
*.vcxproj.user
|
||||||
*.obj
|
*.obj
|
||||||
|
*.tlog
|
||||||
|
# Ignore build info file created by QtCreator
|
||||||
|
CMakeLists.txt.user
|
||||||
# Ignore files created by posix people
|
# Ignore files created by posix people
|
||||||
*~
|
*~
|
||||||
# Ignore transifix configuration directory
|
# Ignore transifex configuration directory
|
||||||
.tx
|
.tx
|
||||||
# Ignore tlog files
|
|
||||||
*.tlog
|
|
||||||
|
|
Loading…
Reference in New Issue