From b90fdf618f13b2ba4f64ba0f1861088c2ae58844 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Sun, 5 Feb 2023 03:20:15 +0100 Subject: New upstream version 3.2.2 --- .gitignore | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 3d522b0..50f3bd1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ -# the binary: +# the binaries: htop +pcp-htop # all object files *.o @@ -36,6 +37,7 @@ config.sub configure depcomp htop.1 +pcp-htop.5 install-sh libtool ltmain.sh @@ -45,3 +47,10 @@ stamp-h1 # files related to valgrind/callgrind callgrind.out.* + +# IDE workspace configurations +/.idea/ +/.vscode/ + +# Language Servers +/.cache/clangd/ -- cgit v1.2.3