diff options
Diffstat (limited to 'progtest/.gitignore')
-rw-r--r-- | progtest/.gitignore | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/progtest/.gitignore b/progtest/.gitignore index b387800..146e7e9 100644 --- a/progtest/.gitignore +++ b/progtest/.gitignore @@ -1,6 +1,19 @@ -/node_modules +# generated by autotools +/aclocal.m4 +/autom4te.cache +/build-aux +/configure +/Makefile.in + +# generated by configure +bin/runner +/config.* +/Makefile # output /tame-progtest.js index.js +# npm +/node_modules + |