X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=.gitignore;h=d5c266a2cdbb4e57ffc664a9628528ff2eaa20fc;hb=a14f843e3205459d5611dff8680aa2b6113d596f;hp=711a8e75a26f19dbb89d276a207b047e00ae07e3;hpb=38f8629eb5c428ec70c241d26a0d8a3ea4582273;p=docs.git diff --git a/.gitignore b/.gitignore index 711a8e75a..d5c266a2c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,26 @@ +# Build target + +# IntelliJ .idea *.iml *.ipr *.iws + +# Eclipse +.project +.classpath +.settings/ + +# Python +.tox/ +__pycache__/ +*.pyc +docs/javadoc/ + +# Emacs *~ +\#*\# + +# MacOS .DS_Store