aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2024-03-31 00:26:38 +0100
committerMatěj Cepl <mcepl@cepl.eu>2024-03-31 00:26:38 +0100
commit67c0a018d0e0de7dfbaa8429b540339b6fe71e6d (patch)
tree57661e1d24616b28f090baccdaa07a32d791df8e /.gitignore
parent6b02ecd5147d53c9eb05dd3f7334fe8f78a04287 (diff)
downloadbugseverywhere-67c0a018d0e0de7dfbaa8429b540339b6fe71e6d.tar.gz
Ignore build/ directory.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 0ec3bae..77906dd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ doc/libbe/
libbe/_version.py
*.egg-info
.idea/*
+build/*