diff options
| author | Luiz Pestana <[email protected]> | 2021-07-23 13:04:09 -0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-23 18:04:09 +0200 |
| commit | 4a01139c8d87584b7d62a2c7d60b151d6be5ee9c (patch) | |
| tree | 63bd5024fe1cdf1e0750633c2da992770b6710e0 /.gitignore | |
| parent | 64e786fe287eaa13a2824a931457fb4e73708f22 (diff) | |
| download | raylib-4a01139c8d87584b7d62a2c7d60b151d6be5ee9c.tar.gz raylib-4a01139c8d87584b7d62a2c7d60b151d6be5ee9c.zip | |
Ignore generated example binaries (#1884)
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,6 +1,11 @@ # Ignore generated files # ... +# Ignore all without extensions +* +!*.* +!*/ + # Ignore VIM's backup generated files *.swp *.swo |
