-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
70 lines (56 loc) · 1.17 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
# do not upload intelij project metadata and settings
*.iml
*/*.iml
.idea
# do not upload boxes or the repo will get corrupted becuase of its size
*.box
*/*.box
# omit specific folders and files
*/hints
manager/example
manager/status
manager/status/*
manager/misc
manager/misc/*
manager/init.sh
manager/config
manager/config/*
manager/output
manager/hosts
# manager/*.csv
test
# simulator/data
# simulator/files
simulator/output
simulator/simulator
simulator/build
simulator/build/*
simulator/markov_chain.pyc
simulator/data_generator.pyc
simulator/pcb/__init__.pyc
simulator/pcb/actions.pyc
simulator/pcb/general/__init__.pyc
simulator/pcb/general/files.pyc
simulator/pcb/general/ftp_sender.pyc
simulator/pcb/general/logger.pyc
simulator/inter_arrivals_manager.pyc
vagrant/.*
vagrant/slaves
vagrant/slaves/*
vagrant/slaves/*/*
vagrant/scripts/test
vagrant/puppet/manifests/test
vagrant/puppet/manifests/test/*
monitor/logger/test
monitor/logger/plots/output
monitor/logger/capture
monitor/logger/matlab_scripts
monitor/logger/parser
monitor/logger/post-process
monitor/logger/py_cpu_monitor/*.pyc
# hide or ignore installation packages
*.deb
*.OLD.*
managerGUI
test.py
npm-debug.log