about summary refs log tree commit diff stats
path: root/.gitignore
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2021-11-02 22:57:56 +0530
committerAndinus <andinus@nand.sh>2021-11-02 22:57:56 +0530
commita35769b7673bf845fa0be43fc622e56354782ce8 (patch)
tree7ca1c449d650f2260b596d0585a948352a9afe06 /.gitignore
parentfad69ef7872e7fb25a0570adecf33f266439137a (diff)
downloadfornax-a35769b7673bf845fa0be43fc622e56354782ce8.tar.gz
Generate images for every iteration
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 3fc1503..f018cd5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 .precomp
+output/
 .log
tainer.settings: use constants for `setopt` signal priorities' href='/akspecs/ranger/commit/ranger/core/tab.py?id=f2c18a523e054308aca795b00030bfdf4de5985b'>f2c18a52 ^
7f9df493 ^

7f9df493 ^
ab41c776 ^
b3d031a9 ^
76791a70 ^
d1a1173d ^










f2c18a52 ^
76791a70 ^

d1a1173d ^
76791a70 ^
d1a1173d ^























b68d28c1 ^

d1a1173d ^










b3d031a9 ^
d1a1173d ^













1cf3bce3 ^
d1a1173d ^
b3d031a9 ^
d1a1173d ^





















0fc00f8a ^
d1a1173d ^

5348e120 ^
18223912 ^
d1a1173d ^

7ee4b45b ^




d1a1173d ^





11549e2c ^
d1a1173d ^



1687e0f4 ^
d1a1173d ^












b3d031a9 ^

d1a1173d ^

























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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174