SDN Controller Blueprints Data Adaptor
[ccsdk/features.git] / blueprints-processor / .gitignore
1 # Target dir in all projects
2 **/target/*
3 **/target-ide/*
4
5 # Logs dir in all projects
6 **/logs/*
7 **/debug-logs/*
8
9 # Added for Intellij IDEA IDE
10 **/.idea/*
11
12 # Generated models and features
13 **/bin/*
14
15 # MANIFEST.MF is updated on every clean install
16 **/src/main/resources/META-INF/
17 **/src/main/yang-gen-sal
18 **/src/main/yang-gen-config
19
20
21 **/pom.xml.versionsBackup
22 **/.flattened-pom.xml
23 **/.pydevproject
24 **/.settings
25 **/.classpath
26 **/.project
27
28 **/*.class
29 **/*.prefs
30 **/*.iml