diff --git a/.gitignore b/.gitignore index 465db8cb..49134277 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,8 @@ node_modules/ +*_generated.go +*.a +*.o +*.bin test/ dist/ .DS_Store @@ -10,4 +14,4 @@ package-lock.json *.swp *.swo .tern-port -.tern-project.js \ No newline at end of file +.tern-project.js