-
Notifications
You must be signed in to change notification settings - Fork 9
/
.gitignore
98 lines (86 loc) · 4.63 KB
/
.gitignore
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
*.DS_Store
*.coverage
*.pyc
parser/parser/my-languages.so
my-languages.so
.idea/
venv/
CodeXGLUE/Defect-detection/code/saved_models/
*.log
CodeXGLUE/Defect-detection/preprocess/dataset/cached_test
CodeXGLUE/Defect-detection/preprocess/dataset/cached_train
CodeXGLUE/Defect-detection/preprocess/dataset/cached_valid
CodeXGLUE/Code-Search-Adv/code/saved_models/
CodeXGLUE/Clone-detection-BigCloneBench/code/saved_models/
CodeXGLUE/Clone-detection-BigCloneBench/dataset/cached_train
CodeXGLUE/Clone-detection-BigCloneBench/dataset/cached_test
CodeXGLUE/Clone-detection-BigCloneBench/dataset/cached_valid
CodeXGLUE/Clone-detection-BigCloneBench/dataset/cached_train_sampled
CodeXGLUE/Clone-detection-BigCloneBench/dataset/cached_test_sampled
CodeXGLUE/Clone-detection-BigCloneBench/dataset/cached_valid_sampled
GraphCodeBERT/Defect-detection/code/saved_models/
GraphCodeBERT/Defect-detection/preprocess/dataset/cached_test_subs_0_400
GraphCodeBERT/Defect-detection/preprocess/dataset/cached_test_subs_400_800
GraphCodeBERT/Defect-detection/preprocess/dataset/cached_test_subs_800_1200
GraphCodeBERT/Defect-detection/preprocess/dataset/cached_test_subs_1200_1600
GraphCodeBERT/Defect-detection/preprocess/dataset/cached_test_subs_1600_2000
GraphCodeBERT/Defect-detection/preprocess/dataset/cached_test_subs_2000_2400
GraphCodeBERT/Defect-detection/preprocess/dataset/cached_test_subs_2400_2800
GraphCodeBERT/Defect-detection/preprocess/dataset/cached_test
GraphCodeBERT/Defect-detection/preprocess/dataset/cached_train
GraphCodeBERT/Defect-detection/preprocess/dataset/cached_valid
GraphCodeBERT/clonedetection/code/saved_models/
GraphCodeBERT/clonedetection/code/parser/tree-sitter-ruby
GraphCodeBERT/clonedetection/code/parser/tree-sitter-c-sharp
GraphCodeBERT/clonedetection/code/parser/tree-sitter-java
GraphCodeBERT/clonedetection/code/parser/tree-sitter-php
GraphCodeBERT/clonedetection/code/parser/tree-sitter-javascript
GraphCodeBERT/clonedetection/code/parser/tree-sitter-python
GraphCodeBERT/clonedetection/code/parser/tree-sitter-go
GraphCodeBERT/clonedetection/dataset/cached_valid
GraphCodeBERT/clonedetection/dataset/cached_test
GraphCodeBERT/clonedetection/dataset/cached_train
CodeXGLUE/Clone-detection-BigCloneBench/dataset/*.pkl
CodeXGLUE/Authorship-Attribution/dataset/data_folder/gcjpy
CodeXGLUE/Authorship-Attribution/dataset/data_folder/processed_gcjpy/cached_train
CodeXGLUE/Authorship-Attribution/dataset/data_folder/processed_gcjpy/cached_valid
CodeXGLUE/Authorship-Attribution/fse_authorship/
CodeXGLUE/Authorship-Attribution/code/saved_models/
CodeXGLUE/Defect-detection/code/attack_result.csv
CodeXGLUE/Clone-detection-BigCloneBench/code/attack_result.csv
GraphCodeBERT/clonedetection/code/attack_result.csv
GraphCodeBERT/Defect-detection/code/attack_result.csv
CodeXGLUE/Defect-detection/code/*.csv
GraphCodeBERT/Authorship-Attribution/code/saved_models/
GraphCodeBERT/Authorship-Attribution/dataset/data_folder/processed_gcjpy/cached_train
GraphCodeBERT/Authorship-Attribution/dataset/data_folder/processed_gcjpy/cached_valid
CodeXGLUE/Authorship-Attribution/code/*.csv
GraphCodeBERT/Authorship-Attribution/code/*.csv
MHM/mhm/LSTMClassifier/saved_models
MHM/preprocess/tmp
MHM/mhm/LSTMClassifier/logs
*.tar
*.csv
/python_parser/train_python.txt
*.pkl
CodeXGLUE/Defect-detection/preprocess/dataset/cached_test_subs_0_400
CodeXGLUE/Defect-detection/preprocess/dataset/cached_test_subs_400_800
CodeXGLUE/Defect-detection/preprocess/dataset/cached_test_subs_800_1200
CodeXGLUE/Defect-detection/preprocess/dataset/cached_test_subs_1200_1600
CodeXGLUE/Defect-detection/preprocess/dataset/cached_test_subs_1600_2000
CodeXGLUE/Defect-detection/preprocess/dataset/cached_test_subs_2000_2400
CodeXGLUE/Defect-detection/preprocess/dataset/cached_test_subs_2400_2800
.gitignore
CodeXGLUE/Defect-detection/preprocess/dataset/cached_valid_subs
CodeXGLUE/Clone-detection-BigCloneBench/dataset/cached_test_sampled_0_500
CodeXGLUE/Clone-detection-BigCloneBench/dataset/cached_test_sampled_500_1000
CodeXGLUE/Clone-detection-BigCloneBench/dataset/cached_test_sampled_1000_1500
CodeXGLUE/Clone-detection-BigCloneBench/dataset/cached_test_sampled_1500_2000
CodeXGLUE/Clone-detection-BigCloneBench/dataset/cached_test_sampled_2000_2500
CodeXGLUE/Clone-detection-BigCloneBench/dataset/cached_test_sampled_2500_3000
CodeXGLUE/Clone-detection-BigCloneBench/dataset/cached_test_sampled_3000_3500
CodeXGLUE/Clone-detection-BigCloneBench/dataset/cached_test_sampled_3500_4000
GraphCodeBERT/clonedetection/dataset/cached_test_sampled
GraphCodeBERT/clonedetection/dataset/cached_train_sampled
GraphCodeBERT/clonedetection/dataset/cached_valid_sampled
CodeXGLUE/Defect-detection/code/adv_saved_models/checkpoint-best-acc/model.bin