diff options
author | Greg Brown <greg.brown01@ed.ac.uk> | 2022-12-08 10:33:21 +0000 |
---|---|---|
committer | Greg Brown <greg.brown01@ed.ac.uk> | 2022-12-08 10:35:16 +0000 |
commit | 4fa5948dafdb102ad0ab1cd3753d910929534673 (patch) | |
tree | 98c542ce291dc4942bc506f5be2b28b0604ba15e /.gitignore |
Initial commit.
Diffstat (limited to '.gitignore')
-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/ |