X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=.gitignore;h=168a7fa8c264a68eaf285bdec98626dce61143bc;hb=refs%2Fchanges%2F56%2F91456%2F1;hp=d00b0df3c450229c2f840fe719de32ff38f46739;hpb=85006b08280ccd435f6c630ee134b27151f173a5;p=docs.git diff --git a/.gitignore b/.gitignore index d00b0df3c..168a7fa8c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +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