From 4a01139c8d87584b7d62a2c7d60b151d6be5ee9c Mon Sep 17 00:00:00 2001 From: Luiz Pestana Date: Fri, 23 Jul 2021 13:04:09 -0300 Subject: [PATCH] Ignore generated example binaries (#1884) --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index a1ca6c009..9153a03ea 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,11 @@ # Ignore generated files # ... +# Ignore all without extensions +* +!*.* +!*/ + # Ignore VIM's backup generated files *.swp *.swo