2014-05-06 14:21:15 +00:00
|
|
|
# the binary:
|
|
|
|
htop
|
|
|
|
|
|
|
|
# all object files
|
|
|
|
*.o
|
|
|
|
|
2017-04-19 14:12:17 +00:00
|
|
|
# skip all backups
|
|
|
|
*.bak
|
|
|
|
*~
|
2017-07-23 02:43:01 +00:00
|
|
|
.*.sw?
|
2017-04-19 14:12:17 +00:00
|
|
|
|
|
|
|
# skip coverage files
|
2015-04-01 02:24:06 +00:00
|
|
|
*.gcda
|
|
|
|
*/*.gcda
|
|
|
|
*.gcno
|
|
|
|
*/*.gcno
|
|
|
|
*.h.gch
|
2015-05-15 09:38:16 +00:00
|
|
|
*/.dirstamp
|
2015-04-01 02:24:06 +00:00
|
|
|
|
2020-10-11 12:21:59 +00:00
|
|
|
# automake/autoconf related files
|
2014-05-06 14:21:15 +00:00
|
|
|
.deps/
|
|
|
|
Makefile
|
|
|
|
Makefile.in
|
2018-06-13 03:35:03 +00:00
|
|
|
INSTALL
|
2014-05-06 14:21:15 +00:00
|
|
|
aclocal.m4
|
|
|
|
autom4te.cache/
|
|
|
|
compile
|
2020-10-11 12:21:59 +00:00
|
|
|
conf*/
|
2014-05-06 14:21:15 +00:00
|
|
|
config.guess
|
|
|
|
config.h
|
|
|
|
config.h.in
|
|
|
|
config.log
|
|
|
|
config.status
|
2017-04-19 14:12:17 +00:00
|
|
|
config.cache
|
2014-05-06 14:21:15 +00:00
|
|
|
config.sub
|
|
|
|
configure
|
|
|
|
depcomp
|
|
|
|
htop.1
|
|
|
|
install-sh
|
|
|
|
libtool
|
|
|
|
ltmain.sh
|
2015-06-24 22:09:55 +00:00
|
|
|
m4/
|
2014-05-06 14:21:15 +00:00
|
|
|
missing
|
|
|
|
stamp-h1
|
2020-10-11 12:21:59 +00:00
|
|
|
|
|
|
|
# files related to valgrind/callgrind
|
|
|
|
callgrind.out.*
|