.gitignore: Ignore .qmake.{cache,stash} for full tree

...and not just the top level.

Change-Id: I7ff7be5d8a9336e75faa82f52e66f949f33ea0f0
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Nikolai Kosjar
2019-02-06 09:32:45 +01:00
parent 2c583d6c98
commit e70a7fa6f1

4
.gitignore vendored
View File

@@ -27,8 +27,8 @@
*~
.#*
.DS_Store
/.qmake.cache
/.qmake.stash
.qmake.cache
.qmake.stash
Makefile*
Thumbs.db
core