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 39# Editor Misc 40.history 41.vscode 42.ccls-cache 43.vim 44libCEED.cflags 45libCEED.config 46libCEED.creator 47libCEED.creator.* 48libCEED.cxxflags 49libCEED.files 50libCEED.includes 51