diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -5,4 +5,7 @@ /compile_commands.json # a place to plonk crap you don't wanna commit yet -/junk +/junk/ + +# where release archives get plonked +/release/ |