xref: /libCEED/.gitignore (revision 074be161bac8d8f2ff6efdceafa0bbdf1835071b)
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