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