From 6a788eb1b280132b64ce648254c4bfe5edc2c12d Mon Sep 17 00:00:00 2001 From: nfnty Date: Sat, 28 Jan 2017 17:40:55 +0100 Subject: gitignore: Add leading `/` --- .gitignore | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to '.gitignore') 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/* -- cgit 1.4.1-2-gfad0