xref: /libCEED/.gitignore (revision a6f4783aecff5cb3d1a95c65e9d19ca7feace888)
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
10doxygen/
11ceed.pc
12
13# Mac specific
14.DS_Store
15*.dSYM
16*~
17
18# Coverage
19*.gcno
20*.gcda
21*.gcov
22