forked from devosoft/Empirical
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
89 lines (80 loc) · 1.34 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
*~
*.debug
*.dSYM
*.gcov
*.js.mem
*.map
*.mp4
*.o
*.out
*.pyc
*.swp
*.swo
*.wasm
*.wast
*-bak.cc
*.dat
*.exe
*tmp.*
*/env/*
*/3nv/*
.DS_Store
a.out
a.out.js
fitness.csv
population.csv
systematics.csv
incoming/
tmp/
.vscode/
apps/Avida/Avida
apps/Avida/web/Avida.js
apps/Emphatic/Emphatic
apps/Emphatic/examples/ConceptTest
apps/Emphatic/examples/ConceptTest.cc
apps/MABE/examples/NK
apps/NK.bak/
apps/NK/NK
apps/NK/web/NK.js
apps/OEE-Breaker/OEE-Breaker
apps/OpenWorld/OpenWorld
apps/SelectionAnalyze/Lexicase
apps/SelectionAnalyze/Roulette
apps/SelectionAnalyze/out.csv
apps/SelectionAnalyze/output
apps/SpatialCoop2017/SimplePDWorld
apps/SpatialCoop2017/web/SimplePDWorld.js
apps/StateGrid/StateGrid
apps/Sudoku/Sudoku.js
apps/utils/graphs/web/MSS.js
apps/NK/helloworld.cpp
apps/NK/helloworld.js
apps/NK/helloworld.js.mem
apps/NK/LICENSE
apps/NK/Makefile
apps/NK/source
apps/NK/source/native
apps/NK/source/NKWorld.h
apps/NK/source/web
apps/NK/web/jquery-1.11.2.min.js
apps/NK/web/NK.asm.js
apps/NK/web/NK.html
apps/NK/web/NK.js.mem
doc/doxygen/
examples/*/*
!examples/*/*.cc
!examples/*/*.h
!examples/*/*.html
!examples/*/images
!examples/*/Makefile
examples/timing/short_strings.html
tests/*.csv
tests/StatsConfig.cfg
tests/web/*.js
tests/web/package.json
tests/web/node_modules/
tests/test_file.dat
third-party/doxygen/
third-party/emsdk/
build/
doc/_build/