summaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* docs: updates and new manual page for pcp-htopNathan Scott2021-08-031-0/+1
| | | | | | 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.
* Implement command line and environment handling for pcp htop.Nathan Scott2021-06-091-1/+2
|
* Ignore IDE configuration filesChristian Göttsche2021-05-101-0/+4
| | | | [skip ci]
* Add conf*/ and callgrind.out.* to list of ignored filesBenny Baumann2020-10-111-0/+5
|
* Axe automated header generation.Zev Weiss2020-09-031-1/+0
| | | | | | | | | | | | | | 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.
* Generate an appropriate shebang line for MakeHeader script3.0.0rc2Nathan Scott2020-08-231-0/+1
| | | | | | | 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
* Unstage/gitignore INSTALL since it's regenerated by autogen.shHisham Muhammad2018-06-131-0/+1
| | | | | | | 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.
* .gitignore vim & nano swp filesRichard2017-07-221-0/+1
|
* Initial addition of dragonflybsd (based on FreeBSD)Diederik de Groot2017-04-191-1/+6
|
* remove autoconf files, generate by autogen.shChristian Hesse2015-07-151-4/+1
|
* add */.dirstamp to .gitignoreChristian Hesse2015-05-151-0/+1
|
* Ignore coverage files.Hisham Muhammad2015-03-311-0/+6
|
* Add a .gitignore fileStefan Beller2014-05-061-0/+31
This file tells git to ignore the files generated via ./autogen.sh && ./configure && make

© 2014-2024 Faster IT GmbH | imprint | privacy policy