summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorStefan Beller <stefanbeller@googlemail.com>2014-05-06 16:21:15 +0200
committerStefan Beller <stefanbeller@googlemail.com>2014-05-06 16:21:15 +0200
commit4eeb9d5e640ea8e7abeb77db162eb295482f01bb (patch)
tree6a1520eeb5f889c6e01665d3dc49239cbcb197eb /.gitignore
parent8a1c304bedae0d1693d44b1ec50c2c6aadc0e6c8 (diff)
Add a .gitignore file
This file tells git to ignore the files generated via ./autogen.sh && ./configure && make
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore31
1 files changed, 31 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..c21162d6
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,31 @@
+# the binary:
+htop
+
+# all object files
+*.o
+
+.deps/
+Makefile
+Makefile.in
+aclocal.m4
+autom4te.cache/
+compile
+config.guess
+config.h
+config.h.in
+config.log
+config.status
+config.sub
+configure
+depcomp
+htop.1
+install-sh
+libtool
+ltmain.sh
+m4/libtool.m4
+m4/ltoptions.m4
+m4/ltversion.m4
+m4/lt~obsolete.m4
+missing
+stamp-h1
+

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