You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
552 B
53 lines
552 B
# the binaries: |
|
htop |
|
pcp-htop |
|
|
|
# all object files |
|
*.o |
|
|
|
# skip all backups |
|
*.bak |
|
*~ |
|
.*.sw? |
|
|
|
# skip coverage files |
|
*.gcda |
|
*/*.gcda |
|
*.gcno |
|
*/*.gcno |
|
*.h.gch |
|
*/.dirstamp |
|
|
|
# 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/
|
|
|