summaryrefslogtreecommitdiffstats
path: root/resource-assignment/.gitignore
blob: b73caf31ed0ba9f2a9ef9540e8c23c53358092d6 (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
#####standard .git ignore entries#####

## IDE Specific Files ##
org.eclipse.core.resources.prefs
.classpath
.project
.settings
.idea
.externalToolBuilders
maven-eclipse.xml
workspace

## Compilation Files ##
*.class
**/target
target
target-ide
MANIFEST.MF

## Misc Ignores (OS specific etc) ##
bin/
dist
*~
*.ipr
*.iml
*.iws
classes
out/
.DS_STORE
.metadata

## Folders which contain auto generated source code ##
yang-gen-config
yang-gen-sal
ither express or implied. See the License for the specific language governing permissions and limitations under the License. SPDX-License-Identifier: Apache-2.0 ============LICENSE_END========================================================= --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.onap.policy.distribution</groupId> <artifactId>policy-distribution</artifactId> <version>2.1.1-SNAPSHOT</version> </parent> <artifactId>plugins</artifactId> <name>${project.artifactId}</name> <description>The module of Policy Distribution that holds plugins for custom policy reception and forwarding.</description> <packaging>pom</packaging> <modules> <module>forwarding-plugins</module> <module>reception-plugins</module> </modules> </project>