summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2021-07-04 15:36:31 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2021-07-04 15:36:31 +0800
commit26aefb8d8813e23ba1bfae5fe891bd453f6159c6 (patch)
treeec77fb9c9587734aa2352ffdc672d282dc6d9e5d
parentf8dbe8e0f771949f83e91b5e37a690e571a047ee (diff)
Unignore build directories
qmake based projects are usually need to be built from scratch, in order to make sure they build right. So, current practice is to use Git client side hooks to make and remove the build directory.
-rw-r--r--.gitignore1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index e79efa9..c394f22 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,3 @@
*~
*.pro.*
*.swp
-build*