gitignore: ignore swapfiles and make-booster

The pattern for swapfiles was incorrect.

Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
Sean Cross 2019-11-24 20:11:27 +08:00
parent 0b61bfcdc7
commit 3e51649c7e

5
.gitignore vendored
View File

@ -1,6 +1,6 @@
.obj/
.swp
.swo
*.swp
*.swo
*~
*.bin
*.dfu
@ -10,3 +10,4 @@
build/
__pycache__/
.env
booster/make-booster