forked from MobilityFirst/GNS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
57 lines (57 loc) · 1.6 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
.DS_Store
build.number
/nbproject/private/
/build/
/dist/
/scripts/3nodeslocal/log/
/scripts/3nodeslocal/paxoslog/
/scripts/3nodeslocal/derby.log
/scripts/3nodesnew/log/
/scripts/3nodesnew/paxosLog/
/scripts/3nodesnew/derby.log
/scripts/3nodeslocal/paxosLog/
/log/
/scripts/newApp/log/
/scripts/newApp/paxos_large_checkpoints/
/scripts/newApp/paxos_logs/
/scripts/newApp/reconfiguration_DB/
/scripts/newApp/derby.log
/derby.log
/reconfiguration_DB/
/scripts/3nodeslocal/paxos_large_checkpoints/
/scripts/3nodeslocal/paxos_logs/
/scripts/3nodeslocal/reconfiguration_DB/
/scripts/newApp/NSlogfile
/scripts/newApp/LNSlogfile
/scripts/newApp/NSlogfile.txt
/scripts/newApp/LNSlogfile.txt
/scripts/noopTest/paxos_logs/
/scripts/noopTest/paxos_large_checkpoints/
/scripts/noopTest/reconfiguration_DB/
/scripts/singlenodetests/paxos_logs/
/scripts/singlenodetests/paxos_large_checkpoints/
/scripts/singlenodetests/reconfiguration_DB/
/scripts/singlenodetests/log/
/scripts/singlenodetests/NSlogfile.txt
/scripts/singlenodetests/LNSlogfile
/scripts/singlenodetests/LNSlogfile.txt
/scripts/singlenodetests/derby.log
/scripts/3nodeslocal/paxos_logs/
/scripts/3nodeslocal/reconfiguration_DB/
/scripts/noopTest/reconfiguration_DB/
/scripts/noopTest/paxos_large_checkpoints/
/scripts/noopTest/paxos_logs/
/scripts/singlenodetests/paxos_logs/
/scripts/singlenodetests/LNSlogfile.txt
/scripts/singlenodetests/NSlogfile.txt
/scripts/singlenodetests/reconfiguration_DB/
/scripts/singlenodetests/LNSlogfile
/scripts/singlenodetests/derby.log
/scripts/singlenodetests/log/
/derbyDB/
/jars/
/paxos_logs/
!/.travis.yml
/nbproject/
/nbbuild.xml
/private.xml