1# Build Dir 2build/* 3 4# General 5*.o 6*.so 7*.d 8*.DIR 9doc/html 10ceed.pc 11config.mk 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 35# Editor Misc 36.history 37.vscode 38.ccls-cache 39.vim 40