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