xref: /libCEED/.gitignore (revision cc2d0e491ca6c6b976f3bd626096ffdaa3789a08)
1# Build Dir
2build/*
3
4# General
5*.o
6*.so
7t[0-9][0-9]-*
8!t[0-9][0-9]-*.c
9!t[0-9][0-9]-*.okl
10!t[0-9][0-9]-*.f
11!t[0-9][0-9]-*.out
12*.d
13*.DIR
14doc/html
15ceed.pc
16
17# Mac specific
18.DS_Store
19*.dSYM
20*~
21
22# Coverage
23*.gcno
24*.gcda
25*.gcov
26