X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=.gitignore;h=168a7fa8c264a68eaf285bdec98626dce61143bc;hb=679ee3287af528832ead3ba325bf022370fb00a4;hp=5cf8bfcb88063190a5764bbcf464bc7796db1da6;hpb=6985568fbe4e682c43fc6ca979f5305d028863ac;p=docs.git diff --git a/.gitignore b/.gitignore index 5cf8bfcb8..168a7fa8c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +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