htop/.gitignore

48 lines
480 B
Plaintext
Raw Normal View History

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