aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAndreas Stallinger <astallinger@posteo.net>2019-09-11 18:12:10 +0200
committerHarry Jeffery <harry@exec64.co.uk>2019-10-17 20:51:27 +0100
commit94c95641b6d8de383257f65d36b0ed4b15c5fbef (patch)
tree08464dddfa490728ba756ba24b2372e077b51a30 /.gitignore
parentf1c40de318d9056320db8e96449dfb1bf0d16aeb (diff)
downloadimv-94c95641b6d8de383257f65d36b0ed4b15c5fbef.tar.gz
add somefiles to gitignore
added doc/imv.1 doc/imv.5 doc/imv-msg.txt and the build folder to the .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 8b497f2..5008593 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,7 @@
imv
*.o
test_*
+build/
+imv.1
+imv.5
+doc/imv-msg.1