xref: /libCEED/.gitignore (revision 89c6efa49859cd40e0a2f99b4a91b922f3b4c9b2)
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
27# Debugging
28vgcore*
29