Corrected rApp Catalogue image tag for d release test
[nonrtric.git] / sdnc-a1-controller / .gitignore
1 #####standard .git ignore entries#####
2
3 ## IDE Specific Files ##
4 org.eclipse.core.resources.prefs
5 .classpath
6 .project
7 .settings
8 .idea
9 .externalToolBuilders
10 .checkstyle
11 maven-eclipse.xml
12 workspace
13 .pydevproject
14
15 ## Compilation Files ##
16 *.class
17 **/target
18 target
19 target-ide
20 MANIFEST.MF
21
22 ## Misc Ignores (OS specific etc) ##
23 bin/
24 dist
25 *~
26 *.ipr
27 *.iml
28 *.iws
29 classes
30 out/
31 .DS_STORE
32 .metadata