diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ # ggaze build artifacts /build/ +/sample-images /build-*/ *.o *.obj @@ -16,4 +17,4 @@ coverage-html/ *.swp *~ \#*\# -.\#*
\ No newline at end of file +.\#* |
