diff options
author | Martin Stensgård <mastensg@mastensg.net> | 2016-11-02 04:19:48 +0100 |
---|---|---|
committer | Martin Stensgård <mastensg@mastensg.net> | 2016-11-02 04:19:48 +0100 |
commit | dc68c16069474e4ceb988f6098742ee4c899e1bb (patch) | |
tree | efee24d9540e35e2d7cfe3f5e22ca052778a4171 | |
parent | b2edc36ae82243396123208b0f8d4efd99506c72 (diff) |
.gitignore: ignore generated stuff
-rw-r--r-- | .gitignore | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1,14 +1,23 @@ -ray *.cache +*.gcda +*.gif *.log *.o +*.ppm *.status +*.trs *tar.gz +.*.swp /.deps /Makefile /Makefile.in /aclocal.m4 +/compile /configure /depcomp /install-sh /missing +/ray +/ray-headless +/ray-ppm +/test-driver |