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