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*.ogv 63*.vtu 64*.webm 65*.xz 66*.zstd 67perf.data 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