-
Notifications
You must be signed in to change notification settings - Fork 4
/
.gitignore
24 lines (23 loc) · 891 Bytes
/
.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
*.i # Preprocessed source
*.s # Assembly output
*.ll # LLVM intermediate
*.o # Object files
core.* # core files
octave-workspace # Octave crashes
*.swp # Vim
*.swo # Vim
*.dSYM # Mac
*.optrpt # Intel compiler
*__genmod.* # Intel Fortran compiler
*.patch # patch files
*.dbg # Flang
*.cobaltlog # ALCF Cobalt scheduler
*.output # ALCF Cobalt scheduler
*.error # ALCF Cobalt scheduler
stencil-cuda
stencil-hip
stencil-sycl
stencil-sycl-explicit
stencil-sycl-explicit-usm
stencil-sycl-usm
stencil-2d-sycl