gitignore: add a .gitignore

Add a .gitignore and ignore __pycache__/ and vim's swap files.

Signed-off-by: Johannes Thumshirn <jth@kernel.org>
pull/10/head
Johannes Thumshirn 4 years ago
parent 57feb486a8
commit e746a41270

2
.gitignore vendored

@ -0,0 +1,2 @@
__pycache__
*.swp
Loading…
Cancel
Save