diff options
author | Greg Brown <greg.brown01@ed.ac.uk> | 2022-11-22 18:57:49 +0000 |
---|---|---|
committer | Greg Brown <greg.brown01@ed.ac.uk> | 2022-11-22 18:57:49 +0000 |
commit | e2fb54766737243020b7c90ab83b6c690972549d (patch) | |
tree | c05095901870796cd14cf0648340bfacf6dc9fed | |
parent | a72115e78bc44b03ade73d762958b87ee0178879 (diff) |
Ignore build directory.
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..84c048a --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/build/ |