Enable checkstyle plugin and switch to odlparent
[packetcable.git] / .gitignore
1 #####standard .git ignore entries#####
2
3 ## IDE Specific Files ##
4 .classpath
5 .project
6 .settings
7 .idea
8 .externalToolBuilders
9 maven-eclipse.xml
10 workspace
11 .checkstyle
12
13 ## Compilation Files ##
14 *.class
15 **/target
16 target
17 target-ide
18 MANIFEST.MF
19 maven-metadata-local.xml
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
36
37
38
39 #####Archetype specific .git ignore entries#######
40 generate
41 Archetype_Next_Steps.README
42