From f16ad87f2db9a58aaec76f98d6388ce536049e4e Mon Sep 17 00:00:00 2001 From: Jehan Date: Tue, 6 Aug 2019 23:18:28 +0200 Subject: [PATCH] plug-ins: add .gitignore files. --- plug-ins/python/.gitignore | 2 ++ plug-ins/python/python-console/.gitignore | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 plug-ins/python/.gitignore create mode 100644 plug-ins/python/python-console/.gitignore diff --git a/plug-ins/python/.gitignore b/plug-ins/python/.gitignore new file mode 100644 index 0000000000..9ee6454019 --- /dev/null +++ b/plug-ins/python/.gitignore @@ -0,0 +1,2 @@ +/Makefile.in +/Makefile diff --git a/plug-ins/python/python-console/.gitignore b/plug-ins/python/python-console/.gitignore new file mode 100644 index 0000000000..9ee6454019 --- /dev/null +++ b/plug-ins/python/python-console/.gitignore @@ -0,0 +1,2 @@ +/Makefile.in +/Makefile