-
Notifications
You must be signed in to change notification settings - Fork 129
/
.gitignore
77 lines (66 loc) · 983 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
73
74
75
76
77
# /
/.cache
/.project
/builddir
/build*
/instdir
/install*
/TPLs
/tarballs
/thirdparty
# IDE/tool created
/autom4te.cache
/.settings
/.cproject
/.autotools
*.kdev4
*.directory
/.pydevproject
.vscode
compile_commands.json
# custom test environment setup script
/test/env/env.sh
# directories and files created by testing scripts
/test/answers*
!/test/answers
/test/build_*
/test/install_*
/test/tarballs
/test/suntest.log
# misc
*.backup
*.orig
*.nvvp
*.ptp-sync*
*~
\#*
# OS X
.DS_Store
# Fortran mod files
*.mod
# files created by latex documentation
/doc/*/*.aux
/doc/*/*.bbl
/doc/*/*.blg
/doc/*/*.idx
/doc/*/*.ilg
/doc/*/*.ind
/doc/*/*.lof
/doc/*/*.lot
/doc/*/*.toc
/doc/*/*.out
/doc/*/*.log
# directories created by/for Sphinx documentation
/doc/.pyvenv
/doc/*/guide/build/
/doc/*/examples/build/
/doc/build/
/doc/*/build/
/doc/shared/__pycache__
# PDFs of user guides and example docs
/doc/*/*_guide.pdf
/doc/*/*_examples.pdf
# uberenv
uberenv_libs
# swig
/swig/swig