From 027d0a169b4858fdd9af9c8505d07f7d40a8864a Mon Sep 17 00:00:00 2001 From: fitermay Date: Tue, 6 Feb 2018 22:15:55 -0500 Subject: [PATCH] exclude gradle build folders from project and add to .gitignore --- python/.gitignore | 1 + python/build/build-debug-binaries/.gitignore | 2 ++ .../intellij.pycharm.community.build.debugBinaries.iml | 2 ++ python/helpers/.gitignore | 1 + python/intellij.python.helpers.iml | 1 + 5 files changed, 7 insertions(+) create mode 100644 python/.gitignore create mode 100644 python/build/build-debug-binaries/.gitignore create mode 100644 python/helpers/.gitignore diff --git a/python/.gitignore b/python/.gitignore new file mode 100644 index 000000000000..028ce694b73f --- /dev/null +++ b/python/.gitignore @@ -0,0 +1 @@ +test-system \ No newline at end of file diff --git a/python/build/build-debug-binaries/.gitignore b/python/build/build-debug-binaries/.gitignore new file mode 100644 index 000000000000..ec1ee71038fc --- /dev/null +++ b/python/build/build-debug-binaries/.gitignore @@ -0,0 +1,2 @@ +src/build +src/.gradle \ No newline at end of file diff --git a/python/build/build-debug-binaries/intellij.pycharm.community.build.debugBinaries.iml b/python/build/build-debug-binaries/intellij.pycharm.community.build.debugBinaries.iml index 5c388319d4ba..76bad922d497 100644 --- a/python/build/build-debug-binaries/intellij.pycharm.community.build.debugBinaries.iml +++ b/python/build/build-debug-binaries/intellij.pycharm.community.build.debugBinaries.iml @@ -4,6 +4,8 @@ + + diff --git a/python/helpers/.gitignore b/python/helpers/.gitignore new file mode 100644 index 000000000000..48b2b60bddee --- /dev/null +++ b/python/helpers/.gitignore @@ -0,0 +1 @@ +pydev/build \ No newline at end of file diff --git a/python/intellij.python.helpers.iml b/python/intellij.python.helpers.iml index de3faa7768f9..39733672539b 100644 --- a/python/intellij.python.helpers.iml +++ b/python/intellij.python.helpers.iml @@ -4,6 +4,7 @@ +