diff options
author | Ohad Kammar <ohad.kammar@ed.ac.uk> | 2024-01-16 11:18:03 +0000 |
---|---|---|
committer | Ohad Kammar <ohad.kammar@ed.ac.uk> | 2024-01-16 11:18:03 +0000 |
commit | 1f9a29a6e9a0f536976084db4c4bd7c717401084 (patch) | |
tree | 5e2cd0002a54df0461f7892b9b423f72887586d9 /.gitignore |
initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2784b39 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +build/ +*.*~ |