summary refs log tree commit diff stats
path: root/.gitignore
diff options
context:
space:
mode:
authornfnty <git@nfnty.se>2017-01-28 17:40:55 +0100
committernfnty <git@nfnty.se>2017-01-28 17:42:16 +0100
commit6a788eb1b280132b64ce648254c4bfe5edc2c12d (patch)
tree3d3d7fee1ced5f8ae668e13ffbffd1e729a080a5 /.gitignore
parent0f657d5940f38bc4f50350c16ca8d2ef01100775 (diff)
downloadranger-6a788eb1b280132b64ce648254c4bfe5edc2c12d.tar.gz
gitignore: Add leading `/`
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore15
1 files changed, 9 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index dbbb1ce0..9dbf38df 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,9 +1,12 @@
-*~
 *.pyc
 *.pyo
+
+*~
+
 /.cache
-stuff/*
-doc/ranger.1.html
-build
-pytestdebug.log
-install_log.txt
+/build
+/doc/ranger.1.html
+/install_log.txt
+/pytestdebug.log
+
+/stuff/*