xref: /libCEED/.gitignore (revision 49aac155e7a09736f56fb3abac0f57dab29f7cbf)
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
30
31# Python
32dist
33*egg*
34.pytest_cache
35*cffi.so
36*cffi.dylib
37__pycache__/
38.ipynb_checkpoints/
39
40# Rust
41/target/
42Cargo.lock
43rust.lcov
44
45# Documentation
46xml/*
47doc/html
48doc/sphinx/build/
49# Example docs automatically copied from source tree
50doc/sphinx/source/examples/
51
52# Output files, videos, and compressed archives should not be added accidentally
53*.avi
54*.bin
55*.bin.info
56*.bz2
57*.cgns
58*.gif
59*.gz
60*.mkv
61*.mp4
62*.msh
63*.ogv
64*.vtu
65*.webm
66*.xz
67*.zstd
68perf.data
69
70# Editor Misc
71.cache/
72.history
73.vscode
74.ccls-cache
75.vim
76libCEED.cflags
77libCEED.config
78libCEED.creator
79libCEED.creator.*
80libCEED.cxxflags
81libCEED.files
82libCEED.includes
83