about summary refs log tree commit diff stats
path: root/.gitignore
diff options
context:
space:
mode:
authorDaniel <steew0x8@protonmail.com>2021-11-06 00:43:50 +0100
committerDaniel <steew0x8@protonmail.com>2021-11-06 00:43:50 +0100
commitbedbeb372f1d3a36b10d8737a9199c1fe4827e4f (patch)
tree74ec4127a83c0ba269c76a1e5ac4835069d90965 /.gitignore
parentab903e904fa4b994497bff231447db49d7040fa4 (diff)
downloadrpncalc-bedbeb372f1d3a36b10d8737a9199c1fe4827e4f.tar.gz
started working on a binary tree
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index c0df46a..b3c7d45 100644
--- a/.gitignore
+++ b/.gitignore
@@ -48,4 +48,6 @@ flycheck_*.el
 # network security
 /network-security.data
 
-
+# meson build files
+build/
+.cache/