diff options
author | nfnty <git@nfnty.se> | 2017-01-28 17:40:55 +0100 |
---|---|---|
committer | nfnty <git@nfnty.se> | 2017-01-28 17:42:16 +0100 |
commit | 6a788eb1b280132b64ce648254c4bfe5edc2c12d (patch) | |
tree | 3d3d7fee1ced5f8ae668e13ffbffd1e729a080a5 /.gitignore | |
parent | 0f657d5940f38bc4f50350c16ca8d2ef01100775 (diff) | |
download | ranger-6a788eb1b280132b64ce648254c4bfe5edc2c12d.tar.gz |
gitignore: Add leading `/`
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 15 |
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/* |