1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
Makefile
/install
.*.swp
*.o
*.so
*.RES
*.res
*.ilk
*.obj
*.rc
*.dll
*.dll.a
*.manifest
*.exp
*.lib
*.pdb
*.dump
*.exe
*.suo
*.bundle
*~
/nqp
/*.html
config.status
config.default
node_modules
nqp-runtime.jar
*.class
*.jar
/nqp.c
/nqp-m.c
/nqp-j
/nqp-p
/nqp-m
/nqp-js
/nqp-js-cross
/nqp-j.bat
/nqp-p.bat
/nqp-js.bat
/nqp-js-cross.bat
/inst-nqp
/inst-nqp-m
/jvmconfig.properties
/*.moarvm
MoarVM
MANIFEST
/bin
/nqp.bat
package-lock.json
|