Merge "Move Checkstyle rules not related to slfj4 logging from yangtools"
[odlparent.git] / .gitignore
1 ### https://raw.github.com/github/gitignore/master/Global/eclipse.gitignore
2
3 *.pydevproject
4 .metadata
5 .gradle
6 bin/
7 tmp/
8 *.tmp
9 *.bak
10 *.swp
11 *~.nib
12 local.properties
13 .settings/
14 .loadpath
15
16 .project
17 .classpath
18
19 .checkstyle
20
21 # https://github.com/jbosstools/m2e-apt
22 .factorypath
23
24 # External tool builders
25 .externalToolBuilders/
26
27 # Locally stored "Eclipse launch configurations"
28 *.launch
29
30 # CDT-specific
31 .cproject
32
33 # PDT-specific
34 .buildpath
35
36 # sbteclipse plugin
37 .target
38
39 # TeXlipse plugin
40 .texlipse
41
42
43 ### https://raw.github.com/github/gitignore/master/Global/jetbrains.gitignore
44
45 # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
46
47 ## Directory-based project format
48 .idea/
49 # if you remove the above rule, at least ignore user-specific stuff:
50 # .idea/workspace.xml
51 # .idea/tasks.xml
52 # and these sensitive or high-churn files:
53 # .idea/dataSources.ids
54 # .idea/dataSources.xml
55 # .idea/sqlDataSources.xml
56 # .idea/dynamic.xml
57
58 ## File-based project format
59 *.ipr
60 *.iws
61 *.iml
62
63 ## Additional for IntelliJ
64 out/
65
66 # generated by mpeltonen/sbt-idea plugin
67 .idea_modules/
68
69 # generated by JIRA plugin
70 atlassian-ide-plugin.xml
71
72 # generated by Crashlytics plugin (for Android Studio and Intellij)
73 com_crashlytics_export_strings.xml
74
75 # maven
76 target
77