-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
73 lines (67 loc) · 1.42 KB
/
Copy path.gitignore
File metadata and controls
73 lines (67 loc) · 1.42 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# Build
target/
*.class
*.jar
*.war
*.ear
# IDE
.idea/
*.iml
.vscode/
*.swp
*.swo
*~
nb-configuration.xml
nbactions*.xml
nbactions.tmp
nbproject/
# OS
.DS_Store
Thumbs.db
# Rust native (except embedded libraries in resources)
*.so
*.dll
*.dylib
!src/main/resources/native/**/*.so
!src/main/resources/native/**/*.dll
!src/main/resources/native/**/*.dylib
!src/main/resources/rust_hyper.dll
# Logs
*.log
logs/
# Test
test-output/
# Benchmark
benchmark/
!benchmark/
benchmark/**
!benchmark/.dockerignore
!benchmark/README.md
!benchmark/anon_evidence_gate.ps1
!benchmark/container_benchmark.ps1
!benchmark/compare_framework_results.ps1
!benchmark/jitcap_gate.ps1
!benchmark/jni_queue_matrix.ps1
!benchmark/jvm_baseline_rss_matrix.ps1
!benchmark/linux_smaps_breakdown.ps1
!benchmark/memory_proof.ps1
!benchmark/micro_runtime_rss_matrix.ps1
!benchmark/route_admission_matrix.ps1
!benchmark/paired_image_gate.ps1
!benchmark/rss_breakdown.ps1
!benchmark/startup_benchmark.ps1
!benchmark/xss_anon_matrix.ps1
!benchmark/docker/
!benchmark/docker/*.Dockerfile
!benchmark/docker/*.dockerfile
!benchmark/docker/Dockerfile*
!benchmark/minimal-production/
!benchmark/minimal-production/src/
!benchmark/minimal-production/src/**
!benchmark/probes/
!benchmark/probes/src/
!benchmark/probes/src/JlinkRuntimeSmoke.java
!benchmark/dubbo_overhead/
!benchmark/dubbo_overhead/*.ps1
!benchmark/dubbo_overhead/*.js
benchmark/**/results/**