X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=.gitignore;h=168a7fa8c264a68eaf285bdec98626dce61143bc;hb=4df1cac32f2d7769c631120cfc4af3e777a70dd1;hp=8e8d55bc0746675d2811de2fe12ee85b7e3d418f;hpb=3b401e0ede64546a944269534427fbd9a6f3b63a;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