about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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/*