[tor-commits] [collector/master] Prefix entries in .gitignore with slash.

karsten at torproject.org karsten at torproject.org
Fri Apr 29 11:12:29 UTC 2016


commit b41a71cd70d69e9847d4b3907015cc3217844a6a
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date:   Fri Apr 29 00:14:43 2016 +0200

    Prefix entries in .gitignore with slash.
    
    We really only want to ignore files and directories in the current
    directory, not files and directories in subdirectories.
---
 .gitignore | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/.gitignore b/.gitignore
index ec941d0..a31fb1c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,14 +1,14 @@
-.classpath
-.project
-classes/
-config
-data/
-in/
-out/
-log/
-rsync/
-stats/
-tarballs/
-generated
-lib
+/.classpath
+/.project
+/classes/
+/config
+/data/
+/in/
+/out/
+/log/
+/rsync/
+/stats/
+/tarballs/
+/generated
+/lib
 



More information about the tor-commits mailing list