X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=.gitignore;h=92e561b3bea8cc3c552cfd749d572f19ed3b10e3;hb=425bdb0ae2af9aefff961f3b9f48ba75e02c7357;hp=6740902df704ab84a7e8be5bb1444d2c88f22e3c;hpb=8d593a02d7e6c70fa98c33203c8b8941fecb78aa;p=neutron.git diff --git a/.gitignore b/.gitignore index 6740902df..92e561b3b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,32 +1,46 @@ -*.class -**/target -bin/ -dist +# +# Copyright (c) 2018 Intel Corporation and others. All rights reserved. +# +# This program and the accompanying materials are made available under the +# terms of the Eclipse Public License v1.0 which accompanies this distribution, +# and is available at http://www.eclipse.org/legal/epl-v10.html +# + +# sorted alphabetically + +# wildcard match **/logs -products -repository -workspace -*~ -target -.classpath -.project -.settings -*.ipr +**/target +*.class *.iml +*.ipr *.iws -.idea *.pyc -log.html -output.xml -report.html *.swp +*~ + +# directory +bin/ target-ide/ -.vagrant + +# particular files .DS_Store .checkstyle -yang-gen-config -yang-gen-sal -maven-metadata-local.xml +.classpath .factorypath .fbExcludeFilterFile - +.idea +.project +.settings +.vagrant +dist +log.html +maven-metadata-local.xml +output.xml +products +report.html +repository +target +workspace +yang-gen-config +yang-gen-sal