Add missing license notice
[neutron.git] / .gitignore
1 #
2 # Copyright (c) 2018 Intel Corporation and others.  All rights reserved.
3 #
4 # This program and the accompanying materials are made available under the
5 # terms of the Eclipse Public License v1.0 which accompanies this distribution,
6 # and is available at http://www.eclipse.org/legal/epl-v10.html
7 #
8 *.class
9 **/target
10 bin/
11 dist
12 **/logs
13 products
14 repository
15 workspace
16 *~
17 target
18 .classpath
19 .project
20 .settings
21 *.ipr
22 *.iml
23 *.iws
24 .idea
25 *.pyc
26 log.html
27 output.xml
28 report.html
29 *.swp
30 target-ide/
31 .vagrant
32 .DS_Store
33 .checkstyle
34 yang-gen-config
35 yang-gen-sal
36 maven-metadata-local.xml
37 .factorypath
38 .fbExcludeFilterFile
39