-
Notifications
You must be signed in to change notification settings - Fork 15
/
.gitignore
72 lines (60 loc) · 943 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
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
# CMake files and build files
CMakeCache.txt
CMakeFiles
CMakeScripts
CTestTestfile.cmake
Testing
Makefile
cmake_install.cmake
install_manifest.txt
build
omni-compiler-prefix
out
# macos hidden files
.DS_Store
# Compiled Java files
*.class
*.jar
# Test case generated files
transformed_code.f90
transformed_code.f90.bak
original_code_*
transformed_code_*
transformed_main_*
*.xmod
*.mod
a.out
# Driver files configured and generated by CMake
clawfc
clawfc_test
claw_f.conf
claw_f.conf_test
claw_f_lib.sh
# OMNI compiler temporary folders
__omni_tmp__
__xmod__
__cpu__
__gpu__
# ANTLR generated files
*.tokens
ClawBaseListener.java
ClawLexer.java
ClawListener.java
ClawParser.java
# CMake configured file
cx2t/unittest/helper/TestConstant.java
cx2t/src/claw/ClawVersion.java
# IDE files
.idea
.project
*.iml
# Ant files
.ant-targets-build.xml
cx2t/lib
cx2t/**/bin
# Default install path
install
# sonar
.scannerwork
# vscode
.vscode