diff options
author | Alejandro Colomar <alx.manpages@gmail.com> | 2021-12-15 12:18:59 +0100 |
---|---|---|
committer | Alejandro Colomar <alx.manpages@gmail.com> | 2022-05-03 12:41:36 +0200 |
commit | 9c276d4d609577d574de6f1cc6fbe8101fa8536a (patch) | |
tree | 6c02ff5bef1f5b4b56aafd765c99537ce88e7262 /.gitignore | |
parent | 952bcc50bfc5bd651a56fd97aa6f1f3c3e214071 (diff) | |
download | unit-9c276d4d609577d574de6f1cc6fbe8101fa8536a.tar.gz unit-9c276d4d609577d574de6f1cc6fbe8101fa8536a.tar.bz2 |
Added .gitignore.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..91875722 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +/build/ +Makefile +*.pyc +__pycache__/ |