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