aboutsummaryrefslogtreecommitdiffstats
path: root/blueprints-processor/.gitignore
blob: dcf24b513bf4a4dab711a15e4fd4d81c949191eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# 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-config


**/pom.xml.versionsBackup
**/.flattened-pom.xml
**/.pydevproject
**/.settings
**/.classpath
**/.project

**/*.class
**/*.prefs
**/*.iml