Ignore generated example binaries (#1884)

This commit is contained in:
Luiz Pestana
2021-07-23 13:04:09 -03:00
committed by GitHub
parent 64e786fe28
commit 4a01139c8d

5
.gitignore vendored
View File

@@ -1,6 +1,11 @@
# Ignore generated files # Ignore generated files
# ... # ...
# Ignore all without extensions
*
!*.*
!*/
# Ignore VIM's backup generated files # Ignore VIM's backup generated files
*.swp *.swp
*.swo *.swo