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