From ffa5e319afe94ea4851b197f00c34c195f96c7bd Mon Sep 17 00:00:00 2001 From: Adam Powers Date: Sun, 30 Aug 2020 11:59:23 -0700 Subject: [PATCH] ignore libnethack dev files --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b9196f2d1..193f1cfbd 100644 --- a/.gitignore +++ b/.gitignore @@ -37,7 +37,7 @@ Release/ binary/ build/ ipch/ -./lib/ +lib/* Nethack.sln Nethack.sdf Nethack.opensdf @@ -88,3 +88,7 @@ src/nethack.wasm src/nethack.js src/wasm-data src/libnethack.a +libtest.c +nhlibtest +run.sh +test.js