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# Documentation 41xml/* 42doc/html 43doc/sphinx/build/ 44# Example docs automatically copied from source tree 45doc/sphinx/source/examples/ 46 47# Output files, videos, and compressed archives should not be added accidentally 48*.avi 49*.bin 50*.bin.info 51*.bz2 52*.gif 53*.gz 54*.mkv 55*.mp4 56*.ogv 57*.vtu 58*.xz 59*.zstd 60perf.data 61 62# Editor Misc 63.cache/ 64.history 65.vscode 66.ccls-cache 67.vim 68libCEED.cflags 69libCEED.config 70libCEED.creator 71libCEED.creator.* 72libCEED.cxxflags 73libCEED.files 74libCEED.includes 75