aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 07c58e7b3bc2bd5d158ef858ddb429520f37fb84 (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
31
32
33
34
# 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
**/.fbExcludeFilterFile
**/.flattened-pom.xml
**/.pydevproject
**/.checkstyle
**/.classpath
**/.settings
**/.project

**/*.class
**/*.prefs
**/*.iml
**/.DS_Store
direct-dependencies.txt