X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=.gitignore;h=168a7fa8c264a68eaf285bdec98626dce61143bc;hb=28ed0f40f644eba5dc244bd7af36c2b8e1a8a05f;hp=b14ba211feafc243203fc9a13e46d607987192bc;hpb=ddd41c391fc21df2dd166683f81f82cca28f19b8;p=docs.git diff --git a/.gitignore b/.gitignore index b14ba211f..168a7fa8c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +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