Updated aai-path.properties with AAI API'S
[ccsdk/sli/adaptors.git] / aai-service / .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 maven-eclipse.xml
11 workspace
12
13 ## Compilation Files ##
14 *.class
15 **/target
16 target
17 target-ide
18 MANIFEST.MF
19 AutoGenerated*.txt
20
21 ## Misc Ignores (OS specific etc) ##
22 bin/
23 dist
24 *~
25 *.ipr
26 *.iml
27 *.iws
28 classes
29 out/
30 .DS_STORE
31 .metadata
32
33 ## Folders which contain auto generated source code ##
34 yang-gen-config
35 yang-gen-sal