-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitignore
55 lines (54 loc) · 1.15 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
# Compiled source #
###################
*.o
*.so
*.lo
*.la
*.mod
C++/src/.deps/
C++/src/.libs/
C++/examples/.deps/
C++/examples/.libs/
C++/config/
C++/autom4te.cache/
libtool
configure
*.m4
Makefile
Makefile.in
config.status
C++/examples/DE_example
Fortran/build/
Fortran/devo.example_c
Fortran/devo.example_cpp
Fortran/example_c/output/example.devo
Fortran/example_c/output/example.raw
Fortran/example_c/output/example.rparam
Fortran/example_cpp/output/example.devo
Fortran/example_cpp/output/example.raw
Fortran/example_cpp/output/example.rparam
Fortran/devopack_f
Fortran/devo.example_f
Fortran/diver.example_f
Fortran/diver.example_c
Fortran/diver.example_cpp
Fortran/example_f/output/example.devo
Fortran/example_f/output/example.raw
Fortran/example_f/output/example.rparam
Fortran/example_f/output/example.sam
Fortran/example_output/example.devo
Fortran/example_output/example.sam
Fortran/example_output/example.rparam
Fortran/example_output/example.raw
Fortran/example_output/scripts/
Fortran/example_output/parse/
Fortran/example_output/plots/
# Logs #
######################
*.log
# OS generated files #
######################
.DS_Store*
ehthumbs.db
Icon?
Thumbs.db