diff options
author | Michel Renon <michel.renon@free.fr> | 2015-08-01 21:56:55 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2015-08-02 13:15:44 +0000 |
commit | 71ace488448b64e6c4cd9065e109d2c9850b031a (patch) | |
tree | 0520d552c31bff8553aec715cc62890578fb3fd0 /.gitignore | |
parent | 228a93bb3a20aa720a95d87a1fc9e047e566805e (diff) |
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>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6f7b854d36b1..ec3a2fe8c1af 100644 --- a/.gitignore +++ b/.gitignore @@ -123,6 +123,10 @@ DerivedData *.vcxproj* *.opensdf +# QtCreator specific +*.pro +*.pro.user + # doxygen output /docs |