xref: /libCEED/.gitignore (revision c8e769f67f4493280f2a48c57050cdc5cf0cf15e)
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
18# Coverage
19*.gcno
20*.gcda
21*.gcov
22
23# Debugging
24vgcore*
25
26# Python
27dist
28*egg*
29.pytest_cache
30*cffi.so
31*cffi.dylib
32