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