diff --git a/.gitignore b/.gitignore index da0bf3e..8cf22ae 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,11 @@ +# Files without extension (Linux binary, for example) +* +!/**/ +!*.* +!Makefile +!LICENSE +!Dockerfile + # Binaries for programs and plugins *.exe *.exe~ @@ -18,9 +26,5 @@ # Log files *.log -# Files without extension (Linux binary, for example) -* -!Makefile -!Dockerfile # Golang vendor directory vendor/