X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=.gitignore;h=168a7fa8c264a68eaf285bdec98626dce61143bc;hb=044f9ca60feb219312c5ae556947a9b81df4ed2d;hp=7cf2acc68592619e50832413ab642ca20b83b7c9;hpb=43fdf54f56804eebc3c4b40be0068d09874f5e71;p=docs.git diff --git a/.gitignore b/.gitignore index 7cf2acc68..168a7fa8c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +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