X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=.gitignore;h=168a7fa8c264a68eaf285bdec98626dce61143bc;hb=4ebb834ac63498f36c918d7e7f3c760484d05895;hp=8e8d55bc0746675d2811de2fe12ee85b7e3d418f;hpb=d419bbaebabdd1d6a5b01b6cbe80815ee40bfc3a;p=docs.git diff --git a/.gitignore b/.gitignore index 8e8d55bc0..168a7fa8c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,29 @@ +# Build target + +# IntelliJ .idea *.iml *.ipr *.iws -*~ -.DS_Store + +# Eclipse +.project +.classpath +.settings/ # Python .tox/ +__pycache__/ +*.pyc +docs/javadoc/ + +# Vim +.*.sw? + +# Emacs +*~ +\#*\# + +# MacOS +.DS_Store