File: .gitignore

package info (click to toggle)
nqp 2020.12%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 8,880 kB
  • sloc: java: 26,979; perl: 3,386; ansic: 450; makefile: 203; javascript: 68; sh: 1
file content (49 lines) | stat: -rw-r--r-- 435 bytes parent folder | download | duplicates (3)
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