forked from ecmwf-ifs/loki
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
78 lines (64 loc) · 1.38 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
*~
*.pyc
*.swp
# NFS artifacts and core dumps
.nfs*
core.*
loki.egg-info/*
transformations/transformations.egg-info/*
lint_rules/lint_rules.egg-info/*
.eggs/*
.cache/*
.pytest_cache/*
.dacecache/*
# Omni overhead
*.xmod
# Basic Fortran compilation overheads
*.o
*.mod
*.so
# Explicit testing temporaries
tests/**/*.f90.ofpast
tests/**/*.F90.ofpast
tests/**/*.omni.F90
tests/**/*.omni.xml
tests/**/*_ofp.f90
tests/**/*_ofp.py
tests/**/*_omni.f90
tests/**/*_omni.py
tests/**/*_fp.f90
tests/**/*_fp.py
tests/**/.f2py_f2cmap
tests/**/f90wrap_*.f90
tests/test_expression/expression.py
tests/test_derived_types/derived_types.py
tests/test_control_flow/control_flow.py
tests/**/build
tests/test_transpile/transpile_*_c.c
tests/test_transpile/transpile_*_c.h
tests/test_transpile/transpile_*_fc.f90
tests/transpile*.f90
tests/kernel_test.intfb.h
tests/libsubroutine_external.a
tests/subroutine_external.py
tests/routine_axpy_scalar_py.py
# CMake overhead of hand-crafted test
tests/test_transpile/CMakeFiles/*
tests/test_transpile/CMakeCache.txt
tests/test_transpile/Makefile
tests/test_transpile/cmake_install.cmake
# Installation artifacts
loki_env/*
loki-activate
# Docs
docs/build
docs/source/loki.*rst
docs/source/scripts.*rst
docs/source/loki-*.rst
docs/source/lint_rules.*
docs/source/raps_deps.rst
docs/source/transformations.*
# notebooks
example/.ipynb_checkpoints
example/my_module.F90
.DS_Store