X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=.gitignore;h=168a7fa8c264a68eaf285bdec98626dce61143bc;hb=cf99da93010345bc4e9d6fdd8a73f05c145f8482;hp=5cf8bfcb88063190a5764bbcf464bc7796db1da6;hpb=e79c339ec01b0e39b71cb777f3b570be93377428;p=docs.git diff --git a/.gitignore b/.gitignore index 5cf8bfcb8..168a7fa8c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +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