[gedit-plugins] Always have a build/ dir available



commit 6c8d9777b8eb941b3ef34fd285bed88bc560de40
Author: Sébastien Wilmet <swilmet informatique-libre be>
Date:   Sun Jul 17 23:49:55 2022 +0200

    Always have a build/ dir available
    
    To avoid mkdir build/ all the time.

 .gitignore       | 1 -
 build/.gitignore | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitignore b/.gitignore
index 4ea31d4..c18dd8d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-/build/
 __pycache__/
diff --git a/build/.gitignore b/build/.gitignore
new file mode 100644
index 0000000..72e8ffc
--- /dev/null
+++ b/build/.gitignore
@@ -0,0 +1 @@
+*


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