summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorKowalski, Kamil <kamil.kowalski@intel.com>2018-01-24 15:15:17 +0300
committerEd Tanous <ed.tanous@intel.com>2018-02-06 02:38:48 +0300
commit005a58fd8d37334cf37b3adf4c788d9bd3f909dd (patch)
treec9e16650460612619335f18baa24d73d677792b6 /.gitignore
parent168792a1349438ca10d9e275a41ddb412634c171 (diff)
downloadbmcweb-005a58fd8d37334cf37b3adf4c788d9bd3f909dd.tar.xz
Add Eclipse rules to .gitignore
Change-Id: Ic34250e1f6472d68796e85c33256bbac75eeb9fd Signed-off-by: Kowalski, Kamil <kamil.kowalski@intel.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore61
1 files changed, 60 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 861a7f0252..3ba693f290 100644
--- a/.gitignore
+++ b/.gitignore
@@ -464,4 +464,63 @@ __pycache__/
*.odx.cs
*.xsd.cs
-# End of https://www.gitignore.io/api/osx,linux,windows,pycharm,intellij,visualstudio,visualstudiocode
+### Eclipse ###
+
+.metadata
+bin/
+tmp/
+*.tmp
+*.bak
+*.swp
+*~.nib
+local.properties
+.settings/
+.loadpath
+.recommenders
+
+# External tool builders
+.externalToolBuilders/
+
+# Locally stored "Eclipse launch configurations"
+*.launch
+
+# PyDev specific (Python IDE for Eclipse)
+*.pydevproject
+
+# CDT-specific (C/C++ Development Tooling)
+.cproject
+
+# Java annotation processor (APT)
+.factorypath
+
+# PDT-specific (PHP Development Tools)
+.buildpath
+
+# sbteclipse plugin
+.target
+
+# Tern plugin
+.tern-project
+
+# TeXlipse plugin
+.texlipse
+
+# STS (Spring Tool Suite)
+.springBeans
+
+# Code Recommenders
+.recommenders/
+
+# Scala IDE specific (Scala & Java development for Eclipse)
+.cache-main
+.scala_dependencies
+.worksheet
+
+### Eclipse Patch ###
+# Eclipse Core
+.project
+
+# JDT-specific (Eclipse Java Development Tools)
+.classpath
+
+# End of https://www.gitignore.io/api/osx,linux,windows,pycharm,intellij,visualstudio,visualstudiocode,eclipse