diff options
author | Danny van Kooten <dannyvankooten@users.noreply.github.com> | 2020-12-03 11:00:35 +0100 |
---|---|---|
committer | Danny van Kooten <dannyvankooten@users.noreply.github.com> | 2020-12-03 11:00:35 +0100 |
commit | 0ff26657d59715ac875fb7949a58a08039b5739e (patch) | |
tree | e2cedfc7ce2606877298134371850bdd22827e16 /.gitignore | |
parent | a8b907760bab503b99edb1fd832d29d409d125a3 (diff) | |
download | unja-0ff26657d59715ac875fb7949a58a08039b5739e.tar.gz unja-0ff26657d59715ac875fb7949a58a08039b5739e.zip |
add Vagrantfile for easy Valgrind access
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2,4 +2,6 @@ hyde *.dSYM bin/ .vscode -vgcore.*
\ No newline at end of file +vgcore.* +valgrind-out.txt +.vagrant
\ No newline at end of file |