aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2018-05-04 13:27:51 +0900
committerKitsune Ral <Kitsune-Ral@users.sf.net>2018-05-04 13:27:51 +0900
commitd03cf06707ef99ae02442d95a489eaf29f8bb900 (patch)
tree73864d9985cd573ae4abfdf7ae0f6784843990e8 /.gitignore
parent4cbe1a5fe9b0ae17e89425c3127db2af9b328320 (diff)
downloadlibquotient-d03cf06707ef99ae02442d95a489eaf29f8bb900.tar.gz
libquotient-d03cf06707ef99ae02442d95a489eaf29f8bb900.zip
Ignore non-shadow qmake builds
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index e9b0b91c..5d8126f4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,4 +7,6 @@ build
# qmake derivatives
Makefile*
object_script.*
-.qmake* \ No newline at end of file
+.qmake*
+debug/
+release/ \ No newline at end of file