diff --git a/.gitignore b/.gitignore index daf913b..b444901 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ *.o *.a *.so +/wego # Folders _obj @@ -22,3 +23,7 @@ _testmain.go *.exe *.test *.prof + +# vim temp files +*~ +*.swp