diff options
author | B Stack <bgstack15@gmail.com> | 2020-12-13 22:23:47 -0500 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-12-13 22:26:15 -0500 |
commit | d349db57519597a7d528c96d7db2d74116dae737 (patch) | |
tree | e9f6280dcf5cf7b24fec8f726bf68c441e96b9b2 /.gitignore | |
download | mbbmlib-d349db57519597a7d528c96d7db2d74116dae737.tar.gz mbbmlib-d349db57519597a7d528c96d7db2d74116dae737.tar.bz2 mbbmlib-d349db57519597a7d528c96d7db2d74116dae737.zip |
initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6fe2e69 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +*.sqlite +__pycache__* +foo* +*.html +old +.*.swp |