1# Build Dir 2build/* 3 4# General 5*.o 6*.so 7*.d 8*.DIR 9ceed.pc 10config.mk 11.prove 12 13# Mac specific 14.DS_Store 15*.dSYM 16*~ 17*.dylib 18 19# Coverage 20*.gcno 21*.gcda 22*.gcov 23 24# Debugging 25vgcore* 26*.json 27 28# Python 29dist 30*egg* 31.pytest_cache 32*cffi.so 33*cffi.dylib 34__pycache__/ 35.ipynb_checkpoints/ 36 37# Documentation 38xml/* 39doc/html 40doc/sphinx/build/ 41# Example docs automatically copied from source tree 42doc/sphinx/source/examples/ 43 44# Editor Misc 45.history 46.vscode 47.ccls-cache 48.vim 49libCEED.cflags 50libCEED.config 51libCEED.creator 52libCEED.creator.* 53libCEED.cxxflags 54libCEED.files 55libCEED.includes 56