diff options
author | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2020-03-14 21:54:40 -0400 |
---|---|---|
committer | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2020-03-14 21:54:40 -0400 |
commit | ae57d6ea0b7abb7f945cac6010f5c9b28b041dde (patch) | |
tree | e21b608b991c7d1be5c4d94c1e51feecefbcc628 /.gitignore | |
download | b4-ae57d6ea0b7abb7f945cac6010f5c9b28b041dde.tar.gz |
Initial commit after porting from korg-helpers
This is the beginning of a new tool that inherits from get-lore-mbox and
attest-patches.
Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..68be5d4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +*.swp +*.pyc +*.pyo +*.json +*.pdf +test.log +build/* +dist/* +MANIFEST +.idea +__pycache__ |