diff options
author | David Robillard <d@drobilla.net> | 2019-11-10 22:22:25 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-11-10 22:22:32 +0100 |
commit | 9cfc759b0a6d55cbf02e0b412972b1234a96db64 (patch) | |
tree | ca491a9fd98708fd971e9cc3a1eafaeff49619e7 /.gitignore | |
parent | a18ec993c7eb050c3261aea77d537b41ad0d8369 (diff) | |
download | sratom-9cfc759b0a6d55cbf02e0b412972b1234a96db64.tar.gz sratom-9cfc759b0a6d55cbf02e0b412972b1234a96db64.tar.bz2 sratom-9cfc759b0a6d55cbf02e0b412972b1234a96db64.zip |
Add gitignore file
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..bee8a64 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +__pycache__ |