htop/.gitignore

54 lines
552 B
Plaintext
Raw Permalink Normal View History

# the binaries:
htop
pcp-htop
# all object files
*.o
# skip all backups
*.bak
*~
2017-07-23 02:43:01 +00:00
.*.sw?
# 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
# 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
pcp-htop.5
install-sh
libtool
ltmain.sh
m4/
missing
stamp-h1
# files related to valgrind/callgrind
callgrind.out.*
# IDE workspace configurations
/.idea/
/.vscode/