xref: /libCEED/.gitignore (revision 0778d30ea4f49ee25a6f45beb100f6924f858210)
1# Build Dir
2build/*
3
4# Library Dir
5lib/*
6
7# General
8*.o
9*.so
10*.d
11*.DIR
12ceed.pc
13config.mk
14.prove
15
16# Mac specific
17.DS_Store
18*.dSYM
19*~
20*.dylib
21
22# Coverage
23*.gcno
24*.gcda
25*.gcov
26
27# Debugging
28vgcore*
29*.json
30tests/test_dir
31
32# Python
33dist
34*egg*
35.pytest_cache
36*cffi.so
37*cffi.dylib
38__pycache__/
39.ipynb_checkpoints/
40
41# Rust
42/target/
43Cargo.lock
44rust.lcov
45
46# Documentation
47xml/*
48doc/html
49doc/sphinx/build/
50# Example docs automatically copied from source tree
51doc/sphinx/source/examples/
52
53# Output files, videos, and compressed archives should not be added accidentally
54*.avi
55*.bin
56*.bin.info
57*.bz2
58*.cgns
59*.gif
60*.gz
61*.mkv
62*.mp4
63*.msh
64*.ogv
65*.pbin
66*.vtu
67*.webm
68*.xmf
69*.xz
70*.zstd
71perf.data
72*.log
73
74# Editor Misc
75.cache/
76.history
77.vscode
78.ccls-cache
79.vim
80libCEED.cflags
81libCEED.config
82libCEED.creator
83libCEED.creator.*
84libCEED.cxxflags
85libCEED.files
86libCEED.includes
87
88# latex output files
89.auctex-auto/
90*.aux
91*.fdb_latexmk
92*.fls
93