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