xref: /libCEED/.gitignore (revision ded9b81dfe1c5b0a720aeaeab78a4be02eef9bb5)
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
43
44# Documentation
45xml/*
46doc/html
47doc/sphinx/build/
48# Example docs automatically copied from source tree
49doc/sphinx/source/examples/
50
51# Output files, videos, and compressed archives should not be added accidentally
52*.avi
53*.bin
54*.bin.info
55*.bz2
56*.gif
57*.gz
58*.mkv
59*.mp4
60*.ogv
61*.vtu
62*.xz
63*.zstd
64perf.data
65
66# Editor Misc
67.cache/
68.history
69.vscode
70.ccls-cache
71.vim
72libCEED.cflags
73libCEED.config
74libCEED.creator
75libCEED.creator.*
76libCEED.cxxflags
77libCEED.files
78libCEED.includes
79