summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: f593817370e1e9dee1b0fb9c57cdf6d53e74d401 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<
# Target dir in all projects
**/target/*
**/target-ide/*

# Logs dir in all projects
**/logs/*
**/debug-logs/*

# Added for Intellij IDEA IDE
**/.idea/*

# Generated models and features
**/bin/*

# MANIFEST.MF is updated on every clean install
**/src/main/resources/META-INF/
**/src/main/yang-gen-sal
**/src/main/yang-gen-c