diff options
author | Andinus <andinus@nand.sh> | 2021-04-29 20:43:53 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2021-04-29 20:43:53 +0530 |
commit | 7a5a05f5af12731bc714234726ab4049e68461f3 (patch) | |
tree | 64e079ce4ef087e3cabebc2578b2c77cb95c7986 /.gitignore | |
download | antlia-7a5a05f5af12731bc714234726ab4049e68461f3.tar.gz |
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..640f8ae --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.precomp +sdist/ |