summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Vernon <matthew@tsk.empire.pick.ucam.org>2022-11-17 16:15:51 +0000
committerMatthew Vernon <matthew@tsk.empire.pick.ucam.org>2022-11-17 16:15:51 +0000
commitb83895e1d1590f004bb8d251115cc39855b9ae3d (patch)
tree333873008bd8b040fd738bb378b355e0fd4fbc61
parent605e6e0276cda448402fbb8e164c1e21823365d8 (diff)
Ignore _build and quilt .pc dirs via .gitignore
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index a1338d6..1dcb16c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,6 @@
# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
.glide/
+
+/.pc/
+/_build/