[gedit/zbrown/deteplification-src: 6/633] gitignore: ignore /build/, not build/




commit 6b7c7f5062410625982327a0d6afb6adb4fca774
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Mon Nov 11 04:17:35 2019 +0100

    gitignore: ignore /build/, not build/
    
    To ignore only the toplevel build/ directory, not all build/
    directories. For example there is already osx/build/.

 .gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitignore b/.gitignore
index 3d4333929..4ea31d47b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
-build/
+/build/
 __pycache__/


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]