diff options
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -17,6 +17,7 @@ *.lzo *.o *.o.* +*.out *.patch *.so *.tar @@ -32,3 +33,6 @@ cscope.* ncscope.* tags TAGS + +# Output directory +bin/ |
![]() |
index : dholman/rune-engine.git | |
High performance game engine written in C | Danny Holman |
summaryrefslogtreecommitdiff |
-rw-r--r-- | .gitignore | 4 |
@@ -17,6 +17,7 @@ *.lzo *.o *.o.* +*.out *.patch *.so *.tar @@ -32,3 +33,6 @@ cscope.* ncscope.* tags TAGS + +# Output directory +bin/ |