aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 7 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 3d522b0..8262449 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,7 @@ stamp-h1
# files related to valgrind/callgrind
callgrind.out.*
+
+# IDE workspace configurations
+/.idea/
+/.vscode/

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