xref: /libCEED/.gitignore (revision f5ef5ec0ead5100e6aa4ff88f77cd9eb05418877)
1# Build Dir
2build/*
3
4# General
5*.o
6*.so
7*.d
8*.DIR
9doc/html
10ceed.pc
11
12# Mac specific
13.DS_Store
14*.dSYM
15*~
16
17# Coverage
18*.gcno
19*.gcda
20*.gcov
21
22# Debugging
23vgcore*
24