xref: /libCEED/.gitignore (revision 3446d1b5ce8d1a4e72ebab9baee4f1efd0361227)
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# Documentation
41xml/*
42doc/html
43doc/sphinx/build/
44# Example docs automatically copied from source tree
45doc/sphinx/source/examples/
46
47# Editor Misc
48.history
49.vscode
50.ccls-cache
51.vim
52libCEED.cflags
53libCEED.config
54libCEED.creator
55libCEED.creator.*
56libCEED.cxxflags
57libCEED.files
58libCEED.includes
59