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