QtCreator integration : git must ignore .pro and .pro.user files.
Change-Id: Ifd21679fb7dd2b5c0c3bfe7726bf2c4d19897e21 Reviewed-on: https://gerrit.libreoffice.org/17467 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
This commit is contained in:
parent
228a93bb3a
commit
71ace48844
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -123,6 +123,10 @@ DerivedData
|
|||
*.vcxproj*
|
||||
*.opensdf
|
||||
|
||||
# QtCreator specific
|
||||
*.pro
|
||||
*.pro.user
|
||||
|
||||
# doxygen output
|
||||
/docs
|
||||
|
||||
|
|
Loading…
Reference in a new issue