repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[LLVM] Fix Maintainers.md formatting (NFC)
[llvm-project.git]
/
flang
/
test
/
lib
/
lit.local.cfg
blob
660319fdf4eae152fa9622a4860268d90acfb7a4
1
# Excluding .cpp file from the extensions since from this level down they are used for the development
2
config.suffixes = [
3
".c",
4
".f",
5
".F",
6
".ff",
7
".FOR",
8
".for",
9
".f77",
10
".f90",
11
".F90",
12
".ff90",
13
".f95",
14
".F95",
15
".ff95",
16
".fpp",
17
".FPP",
18
".cuf",
19
".CUF",
20
".f18",
21
".F18",
22
".f03",
23
".F03",
24
".f08",
25
".F08",
26
".ll",
27
".fir",
28
".mlir",
29
]