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