Support of several NetConf notification streams
[ccsdk/features.git] / .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 # Added for vs code
16 .vscode
17
18 # MANIFEST.MF is updated on every clean install
19 **/src/main/resources/META-INF/
20 **/src/main/yang-gen-sal
21 **/src/main/yang-gen-config
22
23
24 **/pom.xml.versionsBackup
25 **/.fbExcludeFilterFile
26 **/.flattened-pom.xml
27 **/.pydevproject
28 **/.checkstyle
29 **/.classpath
30 **/.settings
31 **/.project
32
33 **/*.class
34 **/*.prefs
35 **/*.iml
36
37 direct-dependencies.txt