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 30tests/test_dir 31 32# Python 33dist 34*egg* 35.pytest_cache 36*cffi.so 37*cffi.dylib 38__pycache__/ 39.ipynb_checkpoints/ 40 41# Rust 42/target/ 43Cargo.lock 44rust.lcov 45 46# Documentation 47xml/* 48doc/html 49doc/sphinx/build/ 50# Example docs automatically copied from source tree 51doc/sphinx/source/examples/ 52 53# Output files, videos, and compressed archives should not be added accidentally 54*.avi 55*.bin 56*.bin.info 57*.bz2 58*.cgns 59*.gif 60*.gz 61*.mkv 62*.mp4 63*.msh 64*.ogv 65*.pbin 66*.vtu 67*.webm 68*.xmf 69*.xz 70*.zstd 71perf.data 72*.log 73*.npy 74 75# Editor Misc 76.cache/ 77.history 78.vscode 79.ccls-cache 80.vim 81libCEED.cflags 82libCEED.config 83libCEED.creator 84libCEED.creator.* 85libCEED.cxxflags 86libCEED.files 87libCEED.includes 88 89# latex output files 90.auctex-auto/ 91*.aux 92*.fdb_latexmk 93*.fls 94 95# profiling files 96*.so 97*.so.* 98*.txt 99*.proto 100*.csv 101