aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeong Lim <keong.lim@huawei.com>2019-03-05 11:30:43 +1100
committerKeong Lim <keong.lim@huawei.com>2019-03-05 11:32:19 +1100
commite09369335525599a44f22124c51a480c3d6e28e7 (patch)
treee3f9d3767b5a4daddb45c1a7e42db6c87901075f
parentbe30876e3a3872a7274c944995544836ff31913c (diff)
AAI-2210 Add .gitignore to aai/babel
Ignore target directory created by babel and other commonly-seen files. Change-Id: Iacb9b4413d3c191e6cfb78f3adb20112ffc32ca5 Issue-ID: AAI-2210 Signed-off-by: Keong Lim <keong.lim@huawei.com>
-rw-r--r--.gitignore11
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..19fc351
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,11 @@
+.settings
+.project
+target/
+**/logs/
+**/debug-logs/
+/.pydevproject
+/bin/
+**/.idea/
+*/.idea
+*.iml
+.idea/