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