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