[gimp] Add meson to gitignore



commit 793c9588bfe299d456bc95c0271a55b9115bde37
Author: Félix Piédallu <felix piedallu me>
Date:   Wed Aug 21 16:04:43 2019 +0200

    Add meson to gitignore

 .gitignore | 8 ++++++++
 1 file changed, 8 insertions(+)
---
diff --git a/.gitignore b/.gitignore
index d3571132ec..f4abf21e7a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,11 @@
+# Meson
+/_build
+/compile_commands.json
+
+# Atom editor
+/.vscode
+
+# Autotools
 *.la
 *.lo
 *.o


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