-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path.gitignore
73 lines (66 loc) · 1.32 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
/bin*
/*.txt
agent/game-scripts/world-generator/interpret-game-state-change.soar
agent/game-scripts/world-generator/#interpret-game-state-change.soar#
agent/game-scripts/soar-game.script
agent/game-scripts/soar-game.soar
agent/game-scripts/solution.txt
agent/game-scripts/pertaskstats.txt
agent/game-scripts/smem.txt
agent/game-scripts/smemuse.txt
agent/game-scripts/chunks.txt
agent/game-scripts/stat*
agent/game-scripts/*.top
agent/game-scripts/*.chunks
agent/game-scripts/*.decisions
agent/game-scripts/*.states
agent/game-scripts/*.tstats
agent/game-scripts/*.solution
agent/game-scripts/*.seconds
agent/game-scripts/*.txt
scripts/game-scripting/*
scripts/*.script
agent/language-comprehension/comprehension/test-sentences/*.soar
agent/language-comprehension/comprehension/test-sentences/*.script
.*
*.log
agent/*.soaragent
sbolt-log.txt
sbolt.properties
*/.project
*.launch
.classpath
java/sbolt-log.txt
java/sbolt.properties
java/.classpath
rosie.config
java/rosie.jar
java/build.xml
java/*.log
java/soarerror
*~
*.orig
*.csv
*.jar
*.preparse
java/lib
audio_files/forward.raw
test.wav
tools/java/bin/*
tools/java/rosie-tools.jar
test-agents/*/agent*
saved-agents/*
*.gv
*.svg
*/laird-log.txt
*/lucia-log.txt
*/rosie-logtxt
*/s1.txt
*/chunks.txt
*/statesexp.txt
*/statsm.txt
*/stats.txt
*/ep-chunks.txt
*/fcr.txt
*/allsmem.txt
__pycache__