diff options
author | Daniel <steew0x8@protonmail.com> | 2021-11-06 00:43:50 +0100 |
---|---|---|
committer | Daniel <steew0x8@protonmail.com> | 2021-11-06 00:43:50 +0100 |
commit | bedbeb372f1d3a36b10d8737a9199c1fe4827e4f (patch) | |
tree | 74ec4127a83c0ba269c76a1e5ac4835069d90965 /.gitignore | |
parent | ab903e904fa4b994497bff231447db49d7040fa4 (diff) | |
download | rpncalc-bedbeb372f1d3a36b10d8737a9199c1fe4827e4f.tar.gz |
started working on a binary tree
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
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/ |