aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorDaniel Lange <DLange@git.local>2023-02-05 03:20:15 +0100
committerDaniel Lange <DLange@git.local>2023-02-05 03:20:15 +0100
commitb90fdf618f13b2ba4f64ba0f1861088c2ae58844 (patch)
treeda70bf44b2423f6f8e9a070c063fed79d190b489 /.gitignore
parent65357c8c46154de4e4eca14075bfe5523bb5fc14 (diff)
downloaddebian_htop-b90fdf618f13b2ba4f64ba0f1861088c2ae58844.tar.gz
debian_htop-b90fdf618f13b2ba4f64ba0f1861088c2ae58844.tar.bz2
debian_htop-b90fdf618f13b2ba4f64ba0f1861088c2ae58844.zip
New upstream version 3.2.2
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore11
1 files changed, 10 insertions, 1 deletions
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/

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