-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy path.gitignore
52 lines (47 loc) · 917 Bytes
/
.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
azure/logs/*.log
azure/configs/*.ips
azure/configs/raw_ip.txt
configs/*.ip
configs/profile-*.json
configs/*.aws
azure/archive
azure/configs/*.bak
azure/configs/benchmark.*.txt
azure/configs/benchmark.*.json
aws-experiment-launch/utils/*.pyc
aws-experiment-launch/distribution_config.txt
aws-experiment-launch/commander_logging.sh
aws-experiment-launch/instance_ids_output.txt
aws-experiment-launch/instance_output.txt
aws-experiment-launch/raw_ip.txt
aws-experiment-launch/logs/
aws-experiment-launch/download_logs_from_commander.sh
experiment/soldier/soldier
experiment/commander/commander
aws-experiment-launch/tmp/
aws-experiment-launch/leader_addresses.txt
keys
*.swp
bin
tmp_log
aws-experiment-launch/*.ids
aws-experiment-launch/configs/profile.json
# Copy from benchmark repo
# IdeaIDE
.idea
#VsIDE
.vscode
# Executables
*.pyc
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
bin/
# Mac
.DS_Store
# Log
*.log
log-*