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*.pbin 65*.vtu 66*.webm 67*.xmf 68*.xz 69*.zstd 70perf.data 71*.log 72 73# Editor Misc 74.cache/ 75.history 76.vscode 77.ccls-cache 78.vim 79libCEED.cflags 80libCEED.config 81libCEED.creator 82libCEED.creator.* 83libCEED.cxxflags 84libCEED.files 85libCEED.includes 86 87# latex output files 88.auctex-auto/ 89*.aux 90*.fdb_latexmk 91*.fls 92