mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-23 22:46:36 +03:00
Ignore coverage files.
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@ -4,6 +4,12 @@ htop
|
|||||||
# all object files
|
# all object files
|
||||||
*.o
|
*.o
|
||||||
|
|
||||||
|
*.gcda
|
||||||
|
*/*.gcda
|
||||||
|
*.gcno
|
||||||
|
*/*.gcno
|
||||||
|
*.h.gch
|
||||||
|
|
||||||
.deps/
|
.deps/
|
||||||
Makefile
|
Makefile
|
||||||
Makefile.in
|
Makefile.in
|
||||||
|
Reference in New Issue
Block a user