X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=.gitignore;h=2e675b2a733bcaecfda5993bbf54a92b1bc6e741;hb=7aa2eb92948389bc174fcb907a7ea26400361b22;hp=20af72441ccd0f499c60ee275127c1edd60f8bd6;hpb=13fe28c39a2e64d08ffa4bea12088b3d497b232f;p=kconfig-hardened-check.git diff --git a/.gitignore b/.gitignore index 20af724..2e675b2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ # Byte-compiled / optimized / DLL files +my/ __pycache__/ *.py[cod] *$py.class @@ -123,4 +124,7 @@ venv.bak/ dmypy.json # Pyre type checker -.pyre/ \ No newline at end of file +.pyre/ + +# vim swp files +.*.swp