-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
604 lines (603 loc) · 16 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
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
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
# ex: set ro:
# $Id: MANIFEST.SKIP 47057 2010-05-27 15:39:08Z fperrad
# generated by tools/dev/mk_manifest_and_skip.pl Thu May 27 15:25:37 2010 UT
#
# This file should contain a transcript of the svn:ignore properties
# of the directories in the Parrot subversion repository. (Needed for
# distributions or in general when svn is not available).
# See docs/submissions.pod on how to recreate this file after SVN
# has been told about new generated files.
#
# Ignore the SVN directories
\B.svn\b
# ports/ should not go into release tarballs
ports
# generated from svn:ignore of './'
*.core
*.def
*.exe
*.exp
*.ilk
*.lib
*.manifest
*.ncb
*.o
*.obj
*.patch
*.pdb
*.sln
*.sto
*.suo
*.tmp
*.vcproj*
*.swp
.git
.parrot_current_rev
CFLAGS
MANIFEST.configure.generated
Makefile
TAGS
all_cstring.str
blib
config_lib.pir
cover_db
install_config.fpmc
installable*
libparrot.def
libparrot.dll
miniparrot
myconfig
ops2c
ops2c.c
ops2c.pbc
ops2c.pir
parrot
parrot-nqp
parrot-nqp.c
parrot-nqp.pbc
parrot-prove
parrot-prove.*
parrot.ilk
parrot.iss
parrot.pc
parrot.pdb
parrot_config
parrot_config.c
parrot_config.pbc
parrot_debugger
parrot_nci_thunk_gen
parrot_nci_thunk_gen.c
parrot_nci_thunk_gen.pbc
parrot_test_run.tar.gz
pbc_disassemble
pbc_dump
pbc_info
pbc_merge
pbc_to_exe
pbc_to_exe.*
perl6
pirc
tags
temp.file
test
test.c
test.cco
test.err
test.ilk
test.ldo
test.out
test.pdb
vc60.pdb
vc70.pdb
vtable.dump
# generated from svn:ignore of 'compilers/data_json/'
compilers/data_json/data_json.pbc
# generated from svn:ignore of 'compilers/data_json/data_json/'
compilers/data_json/data_json/*.pbc
compilers/data_json/data_json/*.pir
# generated from svn:ignore of 'compilers/imcc/'
compilers/imcc/*.flag
compilers/imcc/*.o
compilers/imcc/*.obj
compilers/imcc/*.tmp
compilers/imcc/Rules.mak
compilers/imcc/imcc
compilers/imcc/imclexer.c
compilers/imcc/imcparser.c
compilers/imcc/imcparser.h
compilers/imcc/imcparser.output
# generated from svn:ignore of 'compilers/opsc/gen/Ops/'
compilers/opsc/gen/Ops/*.pir
# generated from svn:ignore of 'compilers/opsc/gen/Ops/Compiler/'
compilers/opsc/gen/Ops/Compiler/*.pir
# generated from svn:ignore of 'compilers/opsc/gen/Ops/Trans/'
compilers/opsc/gen/Ops/Trans/*.pir
# generated from svn:ignore of 'compilers/pct/src/PAST/'
compilers/pct/src/PAST/*.pbc
# generated from svn:ignore of 'compilers/pct/src/PCT/'
compilers/pct/src/PCT/*.pbc
# generated from svn:ignore of 'compilers/pct/src/POST/'
compilers/pct/src/POST/*.pbc
compilers/pct/src/POST/Grammar_gen.pir
# generated from svn:ignore of 'compilers/pge/'
compilers/pge/PGE.pbc
# generated from svn:ignore of 'compilers/pge/PGE/'
compilers/pge/PGE/*.dll
compilers/pge/PGE/builtins_gen.pir
# generated from svn:ignore of 'compilers/pirc/'
compilers/pirc/*.o
compilers/pirc/*.obj
compilers/pirc/*.pbd
compilers/pirc/pirc
compilers/pirc/pirc.exe
# generated from svn:ignore of 'compilers/pirc/t/'
compilers/pirc/t/basic_?.pir
compilers/pirc/t/basic_??.pir
compilers/pirc/t/heredoc_?.pir
compilers/pirc/t/macro_?.pir
compilers/pirc/t/stmts_?.pir
compilers/pirc/t/subflags_?.pir
# generated from svn:ignore of 'compilers/tge/'
compilers/tge/tgc.pbc
# generated from svn:ignore of 'compilers/tge/TGE/'
compilers/tge/TGE/Parser.pir
# generated from svn:ignore of 'docs/'
docs/*.tmp
docs/Makefile
docs/build
docs/doc-prep
docs/html
docs/packfile-c.pod
docs/packfile-perl.pod
# generated from svn:ignore of 'docs/book/'
docs/book/*.html
# generated from svn:ignore of 'docs/ops/'
docs/ops/*.pod
# generated from svn:ignore of 'editor/'
editor/Makefile
editor/imc.vim
editor/imcc.xml
editor/pir.vim
editor/skeleton.pir
# generated from svn:ignore of 'examples/languages/abc/'
examples/languages/abc/*.c
examples/languages/abc/*.exe
examples/languages/abc/*.iss
examples/languages/abc/*.o
examples/languages/abc/*.obj
examples/languages/abc/*.pbc
examples/languages/abc/MANIFEST
examples/languages/abc/abc
examples/languages/abc/installable_abc
examples/languages/abc/man
# generated from svn:ignore of 'examples/languages/abc/src/'
examples/languages/abc/src/gen_actions.pir
examples/languages/abc/src/gen_builtins.pir
examples/languages/abc/src/gen_grammar.pir
# generated from svn:ignore of 'examples/languages/abc/t/'
examples/languages/abc/t/*_*.out
examples/languages/abc/t/*_*.pir
# generated from svn:ignore of 'examples/languages/squaak/'
examples/languages/squaak/*.c
examples/languages/squaak/*.exe
examples/languages/squaak/*.iss
examples/languages/squaak/*.o
examples/languages/squaak/*.obj
examples/languages/squaak/*.pbc
examples/languages/squaak/MANIFEST
examples/languages/squaak/installable_squaak
examples/languages/squaak/squaak
# generated from svn:ignore of 'examples/languages/squaak/src/'
examples/languages/squaak/src/gen_*.pir
# generated from svn:ignore of 'examples/mops/'
examples/mops/*.o
examples/mops/mops
# generated from svn:ignore of 'examples/nci/'
examples/nci/*.pbc
# generated from svn:ignore of 'examples/pasm/'
examples/pasm/hello
examples/pasm/hello.o
examples/pasm/hello.pbc
# generated from svn:ignore of 'examples/pir/befunge/'
examples/pir/befunge/*.c
examples/pir/befunge/*.exe
examples/pir/befunge/*.iss
examples/pir/befunge/*.o
examples/pir/befunge/*.obj
examples/pir/befunge/*.pbc
examples/pir/befunge/MANIFEST
examples/pir/befunge/befunge
examples/pir/befunge/installable_befunge
# generated from svn:ignore of 'ext/'
ext/Makefile
# generated from svn:ignore of 'ext/Parrot-Embed/'
ext/Parrot-Embed/*.bs
ext/Parrot-Embed/*.bundle
ext/Parrot-Embed/*.c
ext/Parrot-Embed/*.def
ext/Parrot-Embed/*.dll
ext/Parrot-Embed/*.dump
ext/Parrot-Embed/*.dylib
ext/Parrot-Embed/*.exe
ext/Parrot-Embed/*.exp
ext/Parrot-Embed/*.h
ext/Parrot-Embed/*.ilk
ext/Parrot-Embed/*.lib
ext/Parrot-Embed/*.manifest
ext/Parrot-Embed/*.o
ext/Parrot-Embed/*.obj
ext/Parrot-Embed/*.old
ext/Parrot-Embed/*.pdb
ext/Parrot-Embed/*.pdb
ext/Parrot-Embed/*.so
ext/Parrot-Embed/*.tmp
ext/Parrot-Embed/*.xs
ext/Parrot-Embed/Build
ext/Parrot-Embed/Build.bat
ext/Parrot-Embed/Makefile
ext/Parrot-Embed/Makefile.PL
ext/Parrot-Embed/_build
ext/Parrot-Embed/blib
ext/Parrot-Embed/dll.base
ext/Parrot-Embed/pm_to_blib
# generated from svn:ignore of 'ext/Parrot-Embed/lib/Parrot/'
ext/Parrot-Embed/lib/Parrot/*.c
ext/Parrot-Embed/lib/Parrot/*.obj
# generated from svn:ignore of 'ext/Parrot-Embed/t/'
ext/Parrot-Embed/t/*.pbc
# generated from svn:ignore of 'ext/nqp-rx/src/stage0/'
ext/nqp-rx/src/stage0/nqp-setting.pir
# generated from svn:ignore of 'include/parrot/'
include/parrot/*.tmp
include/parrot/config.h
include/parrot/core_pmcs.h
include/parrot/extend_vtable.h
include/parrot/feature.h
include/parrot/has_header.h
include/parrot/opsenum.h
include/parrot/pbcversion.h
include/parrot/platform.h
include/parrot/platform_interface.h
include/parrot/platform_limits.h
include/parrot/vtable.h
# generated from svn:ignore of 'include/pmc/'
include/pmc/*.h
# generated from svn:ignore of 'lib/'
lib/DumbLink.pm
# generated from svn:ignore of 'lib/Parrot/'
lib/Parrot/*.tmp
lib/Parrot/Jit.pm
lib/Parrot/Makefile
lib/Parrot/OpLib
lib/Parrot/PMC.pm
lib/Parrot/PakFile2.bs
lib/Parrot/PakFile2.c
lib/Parrot/blib
lib/Parrot/pm_to_blib
# generated from svn:ignore of 'lib/Parrot/Config/'
lib/Parrot/Config/Generated.pm
# generated from svn:ignore of 'lib/Parrot/Pmc2c/'
lib/Parrot/Pmc2c/PCCMETHOD_BITS.pm
# generated from svn:ignore of 'runtime/parrot/dynext/'
runtime/parrot/dynext/*.bundle
runtime/parrot/dynext/*.def
runtime/parrot/dynext/*.dll
runtime/parrot/dynext/*.dylib
runtime/parrot/dynext/*.exe
runtime/parrot/dynext/*.exp
runtime/parrot/dynext/*.ilk
runtime/parrot/dynext/*.lib
runtime/parrot/dynext/*.manifest
runtime/parrot/dynext/*.obj
runtime/parrot/dynext/*.pdb
runtime/parrot/dynext/*.so
runtime/parrot/dynext/libnci.*
# generated from svn:ignore of 'runtime/parrot/include/'
runtime/parrot/include/*.fpmc
runtime/parrot/include/*.pasm
runtime/parrot/include/*.pbc
# generated from svn:ignore of 'runtime/parrot/languages/'
runtime/parrot/languages/data_json
# generated from svn:ignore of 'runtime/parrot/library/'
runtime/parrot/library/*.pbc
runtime/parrot/library/OpenGL_funcs.pir
runtime/parrot/library/PAST
runtime/parrot/library/config.pir
# generated from svn:ignore of 'runtime/parrot/library/Archive/'
runtime/parrot/library/Archive/*.pbc
# generated from svn:ignore of 'runtime/parrot/library/CGI/'
runtime/parrot/library/CGI/*.pbc
# generated from svn:ignore of 'runtime/parrot/library/Config/'
runtime/parrot/library/Config/*.pbc
# generated from svn:ignore of 'runtime/parrot/library/Configure/'
runtime/parrot/library/Configure/*.pbc
# generated from svn:ignore of 'runtime/parrot/library/Data/'
runtime/parrot/library/Data/*.pbc
# generated from svn:ignore of 'runtime/parrot/library/Data/Dumper/'
runtime/parrot/library/Data/Dumper/*.pbc
# generated from svn:ignore of 'runtime/parrot/library/Digest/'
runtime/parrot/library/Digest/*.pbc
# generated from svn:ignore of 'runtime/parrot/library/Getopt/'
runtime/parrot/library/Getopt/Obj.pbc
# generated from svn:ignore of 'runtime/parrot/library/HTTP/'
runtime/parrot/library/HTTP/*.pbc
# generated from svn:ignore of 'runtime/parrot/library/LWP/'
runtime/parrot/library/LWP/*.pbc
# generated from svn:ignore of 'runtime/parrot/library/MIME/'
runtime/parrot/library/MIME/*.pbc
# generated from svn:ignore of 'runtime/parrot/library/Math/'
runtime/parrot/library/Math/*.pbc
# generated from svn:ignore of 'runtime/parrot/library/NCI/'
runtime/parrot/library/NCI/*.pbc
# generated from svn:ignore of 'runtime/parrot/library/OpenGL/'
runtime/parrot/library/OpenGL/*.pbc
# generated from svn:ignore of 'runtime/parrot/library/PCT/'
runtime/parrot/library/PCT/*.pbc
# generated from svn:ignore of 'runtime/parrot/library/PGE/'
runtime/parrot/library/PGE/*.pbc
# generated from svn:ignore of 'runtime/parrot/library/Parrot/'
runtime/parrot/library/Parrot/*.pbc
# generated from svn:ignore of 'runtime/parrot/library/ProfTest/'
runtime/parrot/library/ProfTest/*.pbc
runtime/parrot/library/ProfTest/*.pir
# generated from svn:ignore of 'runtime/parrot/library/Stream/'
runtime/parrot/library/Stream/*.pbc
# generated from svn:ignore of 'runtime/parrot/library/String/'
runtime/parrot/library/String/Utils.pbc
# generated from svn:ignore of 'runtime/parrot/library/TAP/'
runtime/parrot/library/TAP/*.pbc
# generated from svn:ignore of 'runtime/parrot/library/Tcl/'
runtime/parrot/library/Tcl/*.pbc
# generated from svn:ignore of 'runtime/parrot/library/Test/'
runtime/parrot/library/Test/*.pbc
# generated from svn:ignore of 'runtime/parrot/library/Test/Builder/'
runtime/parrot/library/Test/Builder/*.pbc
# generated from svn:ignore of 'runtime/parrot/library/YAML/'
runtime/parrot/library/YAML/*.pbc
# generated from svn:ignore of 'runtime/parrot/library/YAML/Dumper/'
runtime/parrot/library/YAML/Dumper/*.pbc
# generated from svn:ignore of 'runtime/parrot/library/YAML/Parser/'
runtime/parrot/library/YAML/Parser/*.pbc
# generated from svn:ignore of 'src/'
src/*.o
src/*.obj
src/*.str
src/asmfun.*
src/core_pmcs.c
src/exec_cpu.c
src/exec_dep.c
src/exec_dep.h
src/extend_vtable.c
src/extra_nci_thunks.c
src/fingerprint.c
src/glut_callbacks.c
src/glut_nci_thunks.c
src/glut_nci_thunks.nci
src/install_config.c
src/jit_cpu.c
src/jit_defs.c
src/jit_emit.h
src/null_config.c
src/parrot_config.c
src/parrot_config.h
src/platform.c
src/platform_asm.s
src/revision.c
# generated from svn:ignore of 'src/atomic/'
src/atomic/*.gcda
src/atomic/*.o
# generated from svn:ignore of 'src/call/'
src/call/*.o
src/call/*.obj
src/call/*.str
# generated from svn:ignore of 'src/dynoplibs/'
src/dynoplibs/*.bundle
src/dynoplibs/*.c
src/dynoplibs/*.dll
src/dynoplibs/*.exp
src/dynoplibs/*.h
src/dynoplibs/*.ilk
src/dynoplibs/*.lib
src/dynoplibs/*.manifest
src/dynoplibs/*.o
src/dynoplibs/*.obj
src/dynoplibs/*.pdb
src/dynoplibs/*.so
src/dynoplibs/Defines.mak
src/dynoplibs/Rules.mak
# generated from svn:ignore of 'src/dynpmc/'
src/dynpmc/*.bundle
src/dynpmc/*.c
src/dynpmc/*.def
src/dynpmc/*.dll
src/dynpmc/*.dump
src/dynpmc/*.dylib
src/dynpmc/*.exe
src/dynpmc/*.exp
src/dynpmc/*.h
src/dynpmc/*.ilk
src/dynpmc/*.lib
src/dynpmc/*.mak
src/dynpmc/*.manifest
src/dynpmc/*.o
src/dynpmc/*.obj
src/dynpmc/*.pdb
src/dynpmc/*.so
src/dynpmc/Makefile
src/dynpmc/md2.pmc
src/dynpmc/md4.pmc
src/dynpmc/md5.pmc
src/dynpmc/ripemd160.pmc
src/dynpmc/sha.pmc
src/dynpmc/sha1.pmc
src/dynpmc/sha256.pmc
src/dynpmc/sha512.pmc
# generated from svn:ignore of 'src/gc/'
src/gc/*.bundle
src/gc/*.def
src/gc/*.dll
src/gc/*.dump
src/gc/*.dylib
src/gc/*.exe
src/gc/*.exp
src/gc/*.h
src/gc/*.ilk
src/gc/*.lib
src/gc/*.manifest
src/gc/*.o
src/gc/*.obj
src/gc/*.pdb
src/gc/*.so
src/gc/Makefile
# generated from svn:ignore of 'src/interp/'
src/interp/*.o
src/interp/*.str
# generated from svn:ignore of 'src/io/'
src/io/*.o
src/io/*.obj
src/io/*.str
# generated from svn:ignore of 'src/nci/'
src/nci/*.o
src/nci/*.obj
src/nci/*.str
# generated from svn:ignore of 'src/ops/'
src/ops/*.c
src/ops/*.o
src/ops/*.obj
# generated from svn:ignore of 'src/packfile/'
src/packfile/*.o
src/packfile/*.obj
# generated from svn:ignore of 'src/pmc/'
src/pmc/*.c
src/pmc/*.dump
src/pmc/*.h
src/pmc/*.o
src/pmc/*.obj
src/pmc/*.str
src/pmc/*.tmp
src/pmc/Makefile
# generated from svn:ignore of 'src/runcore/'
src/runcore/*.o
src/runcore/*.obj
src/runcore/*.str
# generated from svn:ignore of 'src/string/'
src/string/*.o
src/string/*.obj
src/string/*.str
src/string/private_cstring.h
# generated from svn:ignore of 'src/string/charset/'
src/string/charset/*.o
src/string/charset/*.obj
# generated from svn:ignore of 'src/string/encoding/'
src/string/encoding/*.o
src/string/encoding/*.obj
# generated from svn:ignore of 't/benchmark/'
t/benchmark/*.pasm
t/benchmark/*.pir
# generated from svn:ignore of 't/compilers/data_json/'
t/compilers/data_json/*.pbc
t/compilers/data_json/*.pir
t/compilers/data_json/*_pbcexe
# generated from svn:ignore of 't/compilers/imcc/'
t/compilers/imcc/*.pbc
# generated from svn:ignore of 't/compilers/imcc/imcpasm/'
t/compilers/imcc/imcpasm/*.pasm
t/compilers/imcc/imcpasm/*.pbc
t/compilers/imcc/imcpasm/*.pir
t/compilers/imcc/imcpasm/*_pbcexe
# generated from svn:ignore of 't/compilers/imcc/reg/'
t/compilers/imcc/reg/*.pasm
t/compilers/imcc/reg/*.pbc
t/compilers/imcc/reg/*.pir
t/compilers/imcc/reg/*_pbcexe*
# generated from svn:ignore of 't/compilers/imcc/syn/'
t/compilers/imcc/syn/*.pasm
t/compilers/imcc/syn/*.pbc
t/compilers/imcc/syn/*.pir
t/compilers/imcc/syn/*_pbcexe*
# generated from svn:ignore of 't/compilers/pct/'
t/compilers/pct/*.pbc
t/compilers/pct/*.pir
# generated from svn:ignore of 't/compilers/pge/'
t/compilers/pge/*.pasm
t/compilers/pge/*.pbc
t/compilers/pge/*.pir
t/compilers/pge/*_pbcexe
# generated from svn:ignore of 't/compilers/pge/p5regex/'
t/compilers/pge/p5regex/*.pir
# generated from svn:ignore of 't/compilers/pge/perl6regex/'
t/compilers/pge/perl6regex/*.pbc
t/compilers/pge/perl6regex/*.pir
# generated from svn:ignore of 't/compilers/tge/'
t/compilers/tge/*.pbc
t/compilers/tge/*.pir
t/compilers/tge/*_pbcexe
# generated from svn:ignore of 't/dynoplibs/'
t/dynoplibs/*.pasm
t/dynoplibs/*.pbc
t/dynoplibs/*.pir
# generated from svn:ignore of 't/dynpmc/'
t/dynpmc/*.pasm
t/dynpmc/*.pbc
t/dynpmc/*.pir
t/dynpmc/*_pbcexe*
t/dynpmc/md2.t
t/dynpmc/md4.t
t/dynpmc/md5.t
t/dynpmc/ripemd160.t
t/dynpmc/sha.t
t/dynpmc/sha1.t
t/dynpmc/sha256.t
t/dynpmc/sha512.t
# generated from svn:ignore of 't/examples/'
t/examples/*.pasm
t/examples/*.pbc
t/examples/*.pir
t/examples/*_pbcexe*
# generated from svn:ignore of 't/library/'
t/library/*.out
t/library/*.pasm
t/library/*.pbc
t/library/*.pir
t/library/*_pbcexe*
# generated from svn:ignore of 't/native_pbc/'
t/native_pbc/*_pbcexe*
# generated from svn:ignore of 't/oo/'
t/oo/*.pbc
t/oo/*.pir
# generated from svn:ignore of 't/op/'
t/op/*.out
t/op/*.pasm
t/op/*.pbc
t/op/*.pir
t/op/*_pbcexe*
# generated from svn:ignore of 't/perl/'
t/perl/Parrot_Test_1.pasm
t/perl/Parrot_Test_1.pir
# generated from svn:ignore of 't/pmc/'
t/pmc/*.out
t/pmc/*.pasm
t/pmc/*.pbc
t/pmc/*.pir
t/pmc/*_pbcexe*
# generated from svn:ignore of 't/src/'
t/src/*_*
# generated from svn:ignore of 't/stress/'
t/stress/*.out
t/stress/*.pasm
t/stress/*.pbc
t/stress/*.pir
t/stress/*_pbcexe*
# generated from svn:ignore of 't/tools/'
t/tools/*.pbc
t/tools/*.pir
t/tools/*.stdout
t/tools/pdb.t.*
t/tools/pmc2c.*.c
t/tools/pmc2c.*.dump
t/tools/pmc2c.*.h
t/tools/pmc2c.*.pmc
# Local variables:
# mode: text
# buffer-read-only: t
# End: