diff options
author | Alex Auvolat <alex@adnab.me> | 2020-04-05 23:33:42 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-04-05 23:33:42 +0200 |
commit | 7102db1d544bec663a8492b24c455168d0b83f08 (patch) | |
tree | cc308cbeefc3f48b55149e85ec737867c24a498e /.gitignore | |
download | garage-7102db1d544bec663a8492b24c455168d0b83f08.tar.gz garage-7102db1d544bec663a8492b24c455168d0b83f08.zip |
First commit: skeleton for something great
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 00000000..53eaa219 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/target +**/*.rs.bk |