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 72# Editor Misc 73.cache/ 74.history 75.vscode 76.ccls-cache 77.vim 78libCEED.cflags 79libCEED.config 80libCEED.creator 81libCEED.creator.* 82libCEED.cxxflags 83libCEED.files 84libCEED.includes 85