Bump versions by x.y.(z+1)
[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 .fbExcludeFilterFile
21
22 # https://github.com/jbosstools/m2e-apt
23 .factorypath
24
25 # External tool builders
26 .externalToolBuilders/
27
28 # Locally stored "Eclipse launch configurations"
29 *.launch
30
31 # CDT-specific
32 .cproject
33
34 # PDT-specific
35 .buildpath
36
37 # sbteclipse plugin
38 .target
39
40 # TeXlipse plugin
41 .texlipse
42
43
44 ### https://raw.github.com/github/gitignore/master/Global/jetbrains.gitignore
45
46 # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
47
48 ## Directory-based project format
49 .idea/
50 # if you remove the above rule, at least ignore user-specific stuff:
51 # .idea/workspace.xml
52 # .idea/tasks.xml
53 # and these sensitive or high-churn files:
54 # .idea/dataSources.ids
55 # .idea/dataSources.xml
56 # .idea/sqlDataSources.xml
57 # .idea/dynamic.xml
58
59 ## File-based project format
60 *.ipr
61 *.iws
62 *.iml
63
64 ## Additional for IntelliJ
65 out/
66
67 # generated by mpeltonen/sbt-idea plugin
68 .idea_modules/
69
70 # generated by JIRA plugin
71 atlassian-ide-plugin.xml
72
73 # generated by Crashlytics plugin (for Android Studio and Intellij)
74 com_crashlytics_export_strings.xml
75
76 # maven
77 target/
78 target-ide/
79
80 # ./tox.ini Python packages used e.g. by http://coala.io
81 .tox/