[tor-commits] [tor-browser-build/master] Fix .gitignore syntax

boklm at torproject.org boklm at torproject.org
Mon Aug 7 22:48:42 UTC 2017


commit 15435cbc400074d2a415cb3e8b14bdb7bd0fb653
Author: Nicolas Vigier <boklm at torproject.org>
Date:   Mon Aug 7 23:59:22 2017 +0200

    Fix .gitignore syntax
    
    Add a leading slash on all lines to match files/directories only in the
    root directory.
---
 .gitignore | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/.gitignore b/.gitignore
index 0fe0aec..7c83e82 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,12 +1,12 @@
-git_clones
-hg_clones
-gclient
-out
-release
-alpha
-alpha_nightly
-nightly
-hardened
-testbuild
-rbm.local.conf
-logs
+/git_clones
+/hg_clones
+/gclient
+/out
+/release
+/alpha
+/alpha_nightly
+/nightly
+/hardened
+/testbuild
+/rbm.local.conf
+/logs





More information about the tor-commits mailing list