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