diff --git a/.gitignore b/.gitignore index 23ac7f1..42c720e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,12 @@ +# Ignore all dotfiles except git dotfiles +.* +!.git* + +# Binaries and build targets +*.a +*.so +*.dylib +*.dll /build +/dep /dist -/plugin.dylib -/plugin.dll -/plugin.so -.DS_Store \ No newline at end of file