X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=.gitignore;h=168a7fa8c264a68eaf285bdec98626dce61143bc;hb=6bd0022948e72f650509da828db5aecc4e904d7e;hp=711a8e75a26f19dbb89d276a207b047e00ae07e3;hpb=77f5389551af8f86e609bcb584a2b79e86e1817e;p=docs.git diff --git a/.gitignore b/.gitignore index 711a8e75a..168a7fa8c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +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