Bump versions by x.y.(z+1)
[mdsal.git] / .gitignore
1 #
2 # Copyright (c) 2013 Cisco Systems, Inc. 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 .classpath
9 .checkstyle
10 .factorypath
11 .project
12 .settings
13 target
14 target-ide
15 *.iml
16 *.svg
17 .idea
18 bin
19 xtend-gen
20 yang-gen-config
21 yang-gen-sal
22 target
23 .DS_Store
24 META-INF
25 .fbExcludeFilterFile
26 .cache-main
27 .cache-tests
28
29 # Sphinx documentation
30 .tox/
31 docs/_build/