xref: /libCEED/.gitignore (revision 442e7f0bef50859918b48bfcea0f6ad2d729e89e)
1# Build Dir
2build/*
3
4# General
5*.o
6*.so
7*.d
8*.DIR
9doc/html
10ceed.pc
11config.mk
12
13# Mac specific
14.DS_Store
15*.dSYM
16*~
17
18# Coverage
19*.gcno
20*.gcda
21*.gcov
22
23# Debugging
24vgcore*
25