forked from chapel-lang/chapel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
514 lines (452 loc) · 19 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
# General ignores.
a.out
a.out_real
*.bak
*~
output
gen
*.ntoks
*.o
*.pyc
*.tmp
TAGS
tags
*.DS_Store
# Top level ignores.
/BUILD_VERSION
/Chapel.xcodeproj
/STATUS
/SVNLOG
/.SVNLOG-revnum
/bin
/lib
/tar
# Compiler ignores.
/compiler/BROWSE
/compiler/chpl
/compiler/ifa/prim_data.cpp
/compiler/ifa/prim_data.h
/compiler/ifa/make_prims/make_prims
/compiler/ifa/make_prims/cygwin
/compiler/main/BUILD_VERSION
/compiler/main/COPYRIGHT
/compiler/main/LICENSE
/compiler/parser/bison-chapel.output
/compiler/passes/reservedSymbolNames.h
# Doc ignores.
/doc/**/*.aux
/doc/**/*.log
/doc/chips/html
/doc/chips/tmp
/doc/developer/compilerOverview/compiler.pdf
/doc/developer/compilerOverview/compiler.dvi
/doc/developer/compilerOverview/compiler.toc
/doc/quickReference/*.dvi
/doc/quickReference/*.pdf
/doc/quickReference/*.ps
/doc/tutorial/workbooks/boundedBuffer.pdf
/doc/tutorial/workbooks/histogram.pdf
/doc/tutorial/workbooks/life.pdf
/doc/tutorial/workbooks/*.dvi
/doc/tutorial/workbooks/*.bbl
/doc/tutorial/workbooks/*.blg
/doc/sphinx/build
/doc/sphinx/source/*.rst
/doc/sphinx/source/platforms/*.rst
/doc/sphinx/source/technotes/*.rst
/doc/sphinx/source/usingchapel/*.rst
/doc/sphinx/source/modules/standard
/doc/sphinx/source/modules/dists
/doc/sphinx/source/modules/layouts
/doc/sphinx/source/modules/internal
/doc/sphinx/source/language/*.pdf
/doc/sphinx/source/tools/chpldoc/man.rst
!/doc/sphinx/source/index.rst
!/doc/sphinx/source/technotes/index.rst
!/doc/sphinx/source/platforms/index.rst
!/doc/sphinx/source/usingchapel/index.rst
# Make ignores.
/make/Chapel.xcodeproj/*.pbxuser
/make/Chapel.xcodeproj/*.mode1v3
# Man ignores.
/man/man1/
# Modules ignores.
/modules/docs
/modules/internal/tasks/muxed
/modules/internal/threads/soft-threads
/modules/webdocs
# Runtime ignores.
/runtime/etc/Makefile.comm-ugni
/runtime/etc/Makefile.threads-soft-threads
/runtime/include/chpl_rt_utils.h
/runtime/include/comm/ugni
/runtime/include/tasks/muxed
/runtime/include/threads/soft-threads
/runtime/src/comm/ugni
/runtime/src/tasks/muxed
/runtime/src/threads/soft-threads
/runtime/src/timers/
# Spec ignores.
/spec/*.aux
/spec/*.ind
/spec/*.idx
/spec/*.ilg
/spec/*.log
/spec/*.out
/spec/*.toc
/spec/*.dvi
/spec/*.ps
/spec/*.pdf
/spec/spec_pl.tex
/spec/_chapter_temp.tex
/spec/Syntax.tex
# Test ignores.
/test/FUTURES
/test/Logs
/test/**/perfdat
/test/arrays/vass/setter-assigned-to-a-var.exec.out.tmp.save
/test/chpldoc/**/docs
/test/chpldoc/compflags/folder/myDocs
/test/chpldoc/compflags/folder/my-docs
/test/chpldoc/compflags/folder/my_docs
/test/chpldoc/compflags/folder/save-sphinx/my-sphinx
/test/chpldoc/compflags/folder/save-sphinx/deep-sphinx
/test/chplvis/TREEvis
/test/chplvis/benchmarks-hpcc/FFTvis
/test/chplvis/benchmarks-hpcc/HPLvis
/test/chplvis/benchmarks-hpcc/RAvis
/test/chplvis/overhead/OH
/test/chplvis/overhead/OH2
/test/compflags/albrecht/chplenv/chplenv.good
/test/compflags/bradc/savecDirExists
/test/compflags/bradc/copyright/declint.good
/test/compflags/bradc/gdbddash/.gdb_history
/test/compflags/bradc/html/log
/test/compflags/bradc/savecDir
/test/compflags/bradc/license/declint.good
/test/compflags/bradc/printstuff/copyright.good
/test/compflags/bradc/printstuff/license.good
/test/compflags/bradc/printstuff/version.good
/test/compflags/bradc/printstuff/zall.good
/test/compflags/bradc/printstuff/zcopyhelp.good
/test/compflags/bradc/printstuff/zcopylice.good
/test/compflags/bradc/printstuff/zcopyvers.good
/test/compflags/bradc/printstuff/zhelplice.good
/test/compflags/bradc/printstuff/zhelpvers.good
/test/compflags/bradc/printstuff/zlicevers.good
/test/compflags/lydia/library/libtesting.a
/test/compflags/shannon/cpplines/cppLines.OUTPUT
/test/compflags/shannon/cpplines/noCppLines.OUTPUT
/test/compflags/sungeun/configs/basic/configType.good
/test/compflags/sungeun/configs/basic/configParamWithConfigType.good
/test/compflags/sungeun/configs/basic/configConst.good
/test/compflags/sungeun/configs/basic/configVar.good
/test/compflags/sungeun/configs/basic/configParamWithType.good
/test/compflags/sungeun/configs/basic/configParam.good
/test/compflags/sungeun/configs/type_variables/configTypeClass.good
/test/compflags/sungeun/configs/type_variables/configTypePrimitive.good
/test/compflags/sungeun/configs/type_variables/configTypeRecord.good
/test/compflags/sungeun/configs/type_variables/configTypeArray.good
/test/compflags/sungeun/configs/type_variables/configTypeUserType.good
/test/compflags/sungeun/configs/type_variables/configTypeFunNoType.good
/test/compflags/sungeun/configs/type_variables/configTypeFun.good
/test/compflags/thomasvandoren/chpldoc/*.doc.good
/test/compflags/thomasvandoren/chpldoc/docs/
/test/compflags/waynew/*.c
/test/compflags/waynew/*.tmp_launcher
/test/compflags/waynew/Makefile
/test/compflags/waynew/*.h
/test/compflags/waynew/chplmake.out
/test/distributions/dm/hplx.exec.out.tmp.orig
/test/distributions/robust/arithmetic/basics/test_array_assignment.good
/test/distributions/robust/arithmetic/basics/test_array_iteration1.good
/test/distributions/robust/arithmetic/basics/test_array_of_distributed_array1.good
/test/distributions/robust/arithmetic/basics/test_array_swap.good
/test/distributions/robust/arithmetic/basics/test_class_of_distributed_array.good
/test/distributions/robust/arithmetic/basics/test_distributed_array_of_array1.good
/test/distributions/robust/arithmetic/basics/test_distributed_array_of_array2.good
/test/distributions/robust/arithmetic/basics/test_distributed_array_of_distributed_array1.good
/test/distributions/robust/arithmetic/basics/test_distributed_array_of_record1.good
/test/distributions/robust/arithmetic/basics/test_distributed_array_of_record2.good
/test/distributions/robust/arithmetic/basics/test_domain_assignment.good
/test/distributions/robust/arithmetic/basics/test_domain_iteration1.good
/test/distributions/robust/arithmetic/basics/test_infer_array_type.good
/test/distributions/robust/arithmetic/basics/test_promotion1.good
/test/distributions/robust/arithmetic/basics/test_promotion2.good
/test/distributions/robust/arithmetic/basics/test_promotion3.good
/test/distributions/robust/arithmetic/basics/test_record_of_distributed_array.good
/test/distributions/robust/arithmetic/basics/test_reduce1.good
/test/distributions/robust/arithmetic/basics/test_reshape.good
/test/distributions/robust/arithmetic/basics/test_scan1.good
/test/distributions/robust/arithmetic/basics/test_strided_serial_iteration.good
/test/distributions/robust/arithmetic/collapsing/test_array_rank_change1.good
/test/distributions/robust/arithmetic/collapsing/test_domain_rank_change1.good
/test/distributions/robust/arithmetic/collapsing/test_domain_rank_change_OOB.good
/test/distributions/robust/arithmetic/modules/test_module_Norm.good
/test/distributions/robust/arithmetic/modules/test_module_Random.good
/test/distributions/robust/arithmetic/optimizations/optimizeOnClauses_basic.comm-gasnet.good
/test/distributions/robust/arithmetic/optimizations/optimizeOnClauses_basic_record.comm-gasnet.good
/test/distributions/robust/arithmetic/optimizations/optimizeOnClauses_basic_tuple.comm-gasnet.good
/test/distributions/robust/arithmetic/performance/multilocale/alloc.good
/test/distributions/robust/arithmetic/performance/multilocale/alloc_all.good
/test/distributions/robust/arithmetic/performance/multilocale/assign.good
/test/distributions/robust/arithmetic/performance/multilocale/assignAlias.good
/test/distributions/robust/arithmetic/performance/multilocale/assignSlice.good
/test/distributions/robust/arithmetic/performance/multilocale/reduce.good
/test/distributions/robust/arithmetic/performance/multilocale/reduceAlias.good
/test/distributions/robust/arithmetic/performance/multilocale/reduceSlice.good
/test/distributions/robust/arithmetic/reindexing/test_array_alias1.good
/test/distributions/robust/arithmetic/reindexing/test_array_alias2.good
/test/distributions/robust/arithmetic/reindexing/test_array_alias3.good
/test/distributions/robust/arithmetic/reindexing/test_reindexing6.good
/test/distributions/robust/arithmetic/reindexing/test_strided_reindex1.good
/test/distributions/robust/arithmetic/reindexing/test_strided_reindex2.good
/test/distributions/robust/arithmetic/resizing/test_domain_resize1.good
/test/distributions/robust/arithmetic/slicing/test_array_slicing1.good
/test/distributions/robust/arithmetic/slicing/test_array_slicing2.good
/test/distributions/robust/arithmetic/slicing/test_array_slicing3.good
/test/distributions/robust/arithmetic/slicing/test_domain_slicing1.good
/test/distributions/robust/arithmetic/slicing/test_strided_slice1.good
/test/distributions/robust/arithmetic/slicing/test_strided_slice2.good
/test/distributions/robust/arithmetic/trivial/test_domain_plus_minus_index.good
/test/distributions/robust/arithmetic/trivial/test_dot_domain.good
/test/distributions/robust/arithmetic/trivial/test_dot_expand.good
/test/distributions/robust/arithmetic/trivial/test_dot_exterior.good
/test/distributions/robust/arithmetic/trivial/test_dot_interior.good
/test/distributions/robust/arithmetic/trivial/test_dot_numIndices.good
/test/distributions/robust/arithmetic/trivial/test_dot_translate.good
/test/distributions/robust/arithmetic/trivial/test_tuple_to_array.good
/test/distributions/robust/arithmetic/trivial/test_writeln.good
/test/domains/shannon/OUTPUT
/test/execflags/bradc/callStackSize.good
/test/execflags/bradc/gdbddash/.gdb_history
/test/execflags/shannon/configs/help/*.good
/test/execflags/sungeun/about.good
/test/exercises/Mandelbrot/mandelbrot.bmp
/test/exercises/Mandelbrot/mandelbrot.ppm
/test/exercises/Mandelbrot/solutions/mandelbrot.ppm
/test/expressions/lydia/noinit/ccode
/test/extern/bradc/externSystem.appendme
/test/extern/deitz/myfile.dat
/test/io/bradc/fileIO.out.txt
/test/io/bradc/subdir/out.dat
/test/io/ferguson/asserteof.test.nums
/test/io/ferguson/ctests/test.bin
/test/io/ferguson/error.data
/test/io/ferguson/binary-output.bin
/test/io/ferguson/test.txt
/test/io/ferguson/test_file.txt
/test/localeModels/gbt/maxTaskPar.good
/test/memory/gbt/test-memLog.memLog.*
/test/memory/shannon/jacobi.log
/test/memory/shannon/configVarFile.log
/test/modules/gbt/printchplenv.good
/test/modules/standard/FileSystem/fsouza/chdir/destination
/test/modules/standard/FileSystem/fsouza/chown/file.txt
/test/modules/standard/FileSystem/fsouza/isdir/my_dir
/test/modules/standard/FileSystem/fsouza/isdir/my_file
/test/modules/standard/FileSystem/fsouza/isfile/my_dir
/test/modules/standard/FileSystem/fsouza/isfile/my_file
/test/modules/standard/FileSystem/lydia/chmod/dir
/test/modules/standard/FileSystem/lydia/chmod/file
/test/modules/standard/FileSystem/lydia/copy/bar.txt
/test/modules/standard/FileSystem/lydia/copyFile/bar.txt
/test/modules/standard/FileSystem/lydia/copyTree/complexDest
/test/modules/standard/FileSystem/lydia/copyTree/emptyDest
/test/modules/standard/FileSystem/lydia/copyTree/sparseDest
/test/modules/standard/FileSystem/lydia/copyTree/verySparseDest
/test/modules/standard/FileSystem/lydia/copyTree/shortDest
/test/modules/standard/FileSystem/lydia/copyTree/denseDest
/test/modules/standard/FileSystem/lydia/copyTree/cutoffDest
/test/modules/standard/FileSystem/lydia/copyTree/existing_dir
/test/modules/standard/FileSystem/lydia/copyTree/hasLink
/test/modules/standard/FileSystem/lydia/copyTree/willLink
/test/modules/standard/FileSystem/lydia/copyTree/willCopy
/test/modules/standard/FileSystem/lydia/exists/broken_link
/test/modules/standard/FileSystem/lydia/exists/dir
/test/modules/standard/FileSystem/lydia/exists/dir_link
/test/modules/standard/FileSystem/lydia/exists/file
/test/modules/standard/FileSystem/lydia/exists/file_link
/test/modules/standard/FileSystem/lydia/exists/going_away
/test/modules/standard/FileSystem/lydia/isLink/broken_dir_link
/test/modules/standard/FileSystem/lydia/isLink/broken_file_link
/test/modules/standard/FileSystem/lydia/isLink/my_dir
/test/modules/standard/FileSystem/lydia/isLink/my_file
/test/modules/standard/FileSystem/lydia/isLink/my_link_dir
/test/modules/standard/FileSystem/lydia/isLink/my_link_file
/test/modules/standard/FileSystem/lydia/isMount/symlinkToRoot
/test/modules/standard/FileSystem/lydia/isMount/notAMonkey/symlinkToRoot
/test/modules/standard/FileSystem/lydia/moveDir/complexCopy
/test/modules/standard/FileSystem/lydia/moveDir/complexDest
/test/modules/standard/FileSystem/lydia/moveDir/hasLink
/test/modules/standard/FileSystem/lydia/moveDir/linkDest
/test/modules/standard/FileSystem/lydia/sameFile/linkToIt
/test/modules/standard/FileSystem/lydia/sameFile/moveMe.txt
/test/modules/standard/FileSystem/lydia/symlink/bar.txt
/test/modules/standard/Path/lydia/realpath/blahblahblah.txt
/test/modules/standard/Time/stonea/getCurrentDayOfWeek.good
/test/modules/standard/machine/numPUs.good
/test/modules/standard/memory/countMemory/countMemory.*.good
/test/multilocale/deitz/needMultiLocales/test_remote_file_read_class.txt
/test/multilocale/numLocales/bradc/testVerboseFlag.good
/test/multilocale/numLocales/bradc/testVFlag.good
/test/npb/cg/bradc/latex
/test/parallel/taskPar/taskIntents/src/*.d
/test/parallel/taskPar/taskIntents/src/*.o
/test/performance/compiler/elliot/passCheck.good
/test/performance/vectorization/vectorPragmas/*.good
/test/release/examples/spec
/test/release/examples/benchmarks/hpcc/variants/stream-promoted
/test/release/examples/benchmarks/hpcc/variants/ra-cleanloop
/test/release/examples/benchmarks/lulesh/coords.out
/test/release/examples/patterns/test.txt
/test/release/examples/primers/docs
/test/release/examples/primers/Arr.dat
/test/release/examples/primers/arrays
/test/release/examples/primers/arrayVectorOps
/test/release/examples/primers/associative
/test/release/examples/primers/atomics
/test/release/examples/primers/chpldoc.doc
/test/release/examples/primers/classes
/test/release/examples/primers/distributions
/test/release/examples/primers/domains
/test/release/examples/primers/fileIO
/test/release/examples/primers/FFTWlib
/test/release/examples/primers/genericClasses
/test/release/examples/primers/iterators
/test/release/examples/primers/locales
/test/release/examples/primers/opaque
/test/release/examples/primers/parIters
/test/release/examples/primers/procedures
/test/release/examples/primers/randomNumbers
/test/release/examples/primers/ranges
/test/release/examples/primers/reductions
/test/release/examples/primers/slices
/test/release/examples/primers/sparse
/test/release/examples/primers/syncsingle
/test/release/examples/primers/taskParallel
/test/release/examples/primers/timers
/test/release/examples/primers/variables
/test/release/examples/primers/varargs
/test/release/examples/primers/test.bin
/test/release/examples/primers/chplvis/E1
/test/release/examples/primers/chplvis/E2
/test/release/examples/primers/chplvis/E3
/test/release/examples/primers/chplvis/E4
/test/runtime/gbt/numThreadsSymbolicLogical.good
/test/runtime/gbt/numThreadsSymbolicPhysical.good
/test/runtime/kbrady/goodAllocSize.good
/test/runtime/sungeun/chpl-env-gen.h
/test/runtime/sungeun/chpl-env-gen.test.gen.c
test/separate_compilation/jturner/libclassextern2.so.a
test/separate_compilation/jturner/libfcfunc.so.a
test/separate_compilation/jturner/libiterator.so.a
test/separate_compilation/jturner/libmethodextern2.so.a
test/separate_compilation/jturner/libsimplefloat.so.a
test/separate_compilation/jturner/libsubclass.so.a
/test/studies/590o/alexco/*.txt
/test/studies/amr/**/_output
/test/studies/amr/**/*.tmp.save
/test/studies/dijkstra/RtsGraph_out.txt
/test/studies/hpcc/CommDiags/ra.chpl
/test/studies/hpcc/CommDiags/raAtomics.chpl
/test/studies/hpcc/CommDiags/stream.chpl
/test/studies/hpcc/CommDiags/streamEP.chpl
/test/studies/hpcc/CommDiags/hpl.chpl
/test/studies/hpcc/FFT/bradc/dfft
/test/studies/hpcc/FFT/bradc/*.txt
/test/studies/hpcc/FFT/bradc/fft
/test/studies/hpcc/HPL/marybeth/HPL.out
/test/studies/hpcc/HPL/marybeth/hpl_test
/test/studies/hpcc/RA/performance/ra
/test/studies/hpcc/STREAMS/performance/stream-index
/test/studies/hpcc/STREAMS/performance/stream-index64
/test/studies/hpcc/STREAMS/performance/stream-walker
/test/studies/hpcc/STREAMS/performance/stream-walker64
/test/studies/hpcc/common/testProbSize.good
/test/studies/lulesh/bradc/coords.out
/test/studies/lulesh/bradc/xyztuple/coords.out
/test/studies/lulesh/sungeun/coords.out
/test/studies/madness/**/test_diff
/test/studies/madness/**/test_gaxpy
/test/studies/madness/**/test_likepy
/test/studies/madness/**/test_mul
/test/studies/madness/**/test_showboxes
/test/studies/parboil/BFS/output.dat
/test/studies/parboil/SAD/output.bin
/test/studies/parboil/histo/output.bin
/test/studies/parboil/stencil/output.bin
/test/studies/shootout/mandelbrot/ferguson/mandelbrot.pbm
/test/studies/ssca2/graphio/graphio.1.vertex_edge_info.data
/test/studies/ssca2/graphio/graphio.1.sv2_snapshot.data
/test/studies/ssca2/graphio/graphio.1.ev2_snapshot.data
/test/studies/ssca2/graphio/graphio.1.start_snapshot.data
/test/studies/ssca2/graphio/graphio.1.weight_snapshot.data
/test/studies/ssca2/graphio/graphio.2.vertex_edge_info.data
/test/studies/ssca2/graphio/graphio.2.sv2_snapshot.data
/test/studies/ssca2/graphio/graphio.2.ev2_snapshot.data
/test/studies/ssca2/graphio/graphio.2.start_snapshot.data
/test/studies/ssca2/graphio/graphio.2.weight_snapshot.data
/test/studies/ssca2/performance/SSCA2_kernels.chpl
/test/studies/ssca2/rachels/SSCA2_main.RMAT.good
/test/studies/ssca2/rachels/SSCA2_main.1Dtorus.good
/test/studies/ssca2/rachels/SSCA2_main.2Dtorus.good
/test/studies/ssca2/rachels/SSCA2_main.3Dtorus.good
/test/studies/ssca2/rachels/SSCA2_main.4Dtorus.good
/test/studies/ssca2/sungeun/SSCA2_main.RMAT.good
/test/studies/ssca2/sungeun/SSCA2_main.1Dtorus.good
/test/studies/ssca2/sungeun/SSCA2_main.2Dtorus.good
/test/studies/ssca2/sungeun/SSCA2_main.3Dtorus.good
/test/studies/ssca2/sungeun/SSCA2_main.4Dtorus.good
/test/studies/ssca2/test-rmatalt/rmatalt.weights
/test/studies/ssca2/test-rmatalt/rmatalt.neis
/test/studies/sudoku/dinan/sudoku
/test/studies/sudoku/dinan/sudoku-simple
/test/studies/sudoku/dinan/sudoku-smart
/test/studies/uts/uts-deq
/test/studies/uts/uts-deq-seq
/test/studies/uts/uts-rec
/test/studies/uts/uts-rec-seq
/test/trivial/sungeun/runningTasks2.good
/test/types/file/_test_fwrite*.txt
/test/types/file/_test_fread*.txt
/test/types/file/OUTPUT
/test/types/file/arr.out
/test/types/file/arr2.out
/test/types/file/bradc/f.out
/test/users/franzf/**/fft
/test/users/franzf/**/*.out
/test/users/franzf/v1/c99/*.sln
/test/users/franzf/v1/c99/*.icproj
/test/users/franzf/v1/c99/*.vcproj
/test/users/franzf/v2/chpl/chapel.hash
/test/variables/bradc/docs/pragmaMultipleVars.doc.txt
/test/users/thom/returnGenericLineno/strassen
# Third party ignores.
/third-party/**/build
/third-party/**/install
/third-party/gmp/gmp-6.0.0
/third-party/hwloc/hwloc-1.7.2
/third-party/llvm/llvm
/third-party/re2/re2/**/*.orig
/third-party/re2/re2/core
/third-party/re2/re2/obj
/third-party/re2/re2/.git
/third-party/qthread/qthread-1.10/autom4te.cache/
/third-party/qthread/qthread-1.10/config.h.in
/third-party/fltk/build.*
/third-party/fltk/install.*
# Tools ignores.
/tools/chplvis/chplvis
/tools/chplvis/chplvis.cxx
/tools/chplvis/chplvis.h
# Util ignores.
/util/pastPerformance/ra.dat
/util/pastPerformance/stream.dat
/util/tokencount/lex.yy.c
/util/tokencount/tokencount
/util/tokencount/tokencount.cron
/util/tokencount/tokencount.dbg
/util/tokencount/tokencount.output
/util/tokencount/tokencount.tab.c
/util/tokencount/tokencount.tab.h