forked from sxs-collaboration/spectre
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
62 lines (52 loc) · 903 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
# Distributed under the MIT License.
# See LICENSE.txt for details.
# Build directories
# Ignore build dirs named similarly to the example in the installation notes;
# in general arbitrary names are possible and cannot all be ignored.
/build*
# Editor configurations
.vscode
compile_commands.json
.idea
/.devcontainer
# Temporary files
*~
*.swp
\#*\#
.\#*
.DS_Store
.dir-locals.el
.cquery_cached_index
.ycm_extra_conf.py
.clangd
# TeX products
*.aux
*.log
*.toc
*.bbl
*.bbg
*.blg
*.out
*.bak
docs/auto
# Python related files
*.pyc
.ipynb_checkpoints
# charm++ runtime files
charmrun.*
# Observer output
*.xmf
*.h5
# Ignore deploy SSH keys and other TravisCI related files
.travis/deploy_key
coverage.info
# ClangFormat git hook file
.clang_format_diff.patch
# CTags, ETags and GNU Global Tags files
GPATH
GRTAGS
GTAGS
TAGS
tags
# Keep Tags/ directories on case-insensitive file systems
!Tags/