summaryrefslogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)Author
2021-08-03docs: updates and new manual page for pcp-htopNathan Scott
Add some words about pcp-htop to the main man page, and add a new man page describing the pcp-htop configuration files that allow new meters and columns to be defined at runtime.
2021-06-09Implement command line and environment handling for pcp htop.Nathan Scott
2021-05-10Ignore IDE configuration filesChristian Göttsche
[skip ci]
2020-10-11Add conf*/ and callgrind.out.* to list of ignored filesBenny Baumann
2020-09-03Axe automated header generation.Zev Weiss
Reasoning: - implementation was unsound -- broke down when I added a fairly basic macro definition expanding to a struct initializer in a *.c file. - made it way too easy (e.g. via otherwise totally innocuous git commands) to end up with timestamps such that it always ran MakeHeader.py but never used its output, leading to overbuild noise when running what should be a null 'make'. - but mostly: it's just an awkward way of dealing with C code.
2020-08-23Generate an appropriate shebang line for MakeHeader script3.0.0rc2Nathan Scott
Use configure.ac to handle platform differences where some build hosts have only a python3, or only python, binary. Related to https://github.com/htop-dev/htop/pull/6
2018-06-13Unstage/gitignore INSTALL since it's regenerated by autogen.shHisham Muhammad
As noted by @marcelpaulo. I've had ugly diffs that fiddled with this file in the past, so it's good to see it gone. Closes #800.
2017-07-22.gitignore vim & nano swp filesRichard
2017-04-19Initial addition of dragonflybsd (based on FreeBSD)Diederik de Groot
2015-07-15remove autoconf files, generate by autogen.shChristian Hesse
2015-05-15add */.dirstamp to .gitignoreChristian Hesse
2015-03-31Ignore coverage files.Hisham Muhammad
2014-05-06Add a .gitignore fileStefan Beller
This file tells git to ignore the files generated via ./autogen.sh && ./configure && make