Fix unit testing instability
[externalapi/nbi.git] / .gitignore
1 #
2 #     Copyright (c) 2018 Orange
3 #
4 #     Licensed under the Apache License, Version 2.0 (the "License");
5 #     you may not use this file except in compliance with the License.
6 #     You may obtain a copy of the License at
7 #
8 #         http://www.apache.org/licenses/LICENSE-2.0
9 #
10 #     Unless required by applicable law or agreed to in writing, software
11 #     distributed under the License is distributed on an "AS IS" BASIS,
12 #     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 #     See the License for the specific language governing permissions and
14 #     limitations under the License.
15 #
16
17 #### OS related ####
18 ### Linux related ###
19 *~
20
21 # KDE directory preferences
22 .directory
23
24 ### OSX related ###
25 .DS_Store
26 .AppleDouble
27 .LSOverride
28
29 # Icon must end with two \r
30 Icon
31
32 # Thumbnails
33 ._*
34
35 # Files that might appear on external disk
36 .Spotlight-V100
37 .Trashes
38
39 # vscode
40  .vscode
41
42 ### Windows related ###
43 # Windows image file caches
44 Thumbs.db
45 ehthumbs.db
46
47 # Folder config file
48 Desktop.ini
49
50 # Recycle Bin used on file shares
51 $RECYCLE.BIN/
52
53 # Windows Installer files
54 *.cab
55 *.msi
56 *.msm
57 *.msp
58
59 #### IDE related ####
60 ### Eclipse related ###
61 *.pydevproject
62 .metadata
63 .gradle
64 bin/
65 tmp/
66 *.tmp
67 *.bak
68 *.swp
69 *~.nib
70 local.properties
71 .settings/
72 .factorypath
73 .loadpath
74 .classpath
75 .project
76 .springBeans
77
78 # External tool builders
79 .externalToolBuilders/
80
81 # Locally stored "Eclipse launch configurations"
82 *.launch
83
84 # CDT-specific
85 .cproject
86
87 # PDT-specific
88 .buildpath
89
90 # TeXlipse plugin
91 .texlipse
92
93 ### Idea related ###
94 # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
95
96 ## Directory-based project format
97 .idea/
98
99 ## File-based project format
100 *.ipr
101 *.iws
102 *.iml
103
104 ## Additional for IntelliJ
105 out/
106
107 # generated by JIRA plugin
108 atlassian-ide-plugin.xml
109
110 ### Netbeans related ###
111 nbproject/private/
112 build/
113 nbbuild/
114 dist/
115 nbdist/
116 nbactions.xml
117 nb-configuration.xml
118
119 ### Notepad++ backups ###
120 *.bak
121
122 ### Shell ###
123 *.sh
124
125 #### Tools & Languages related ####
126 ### Java related ###
127 *.class
128
129 # Package Files #
130 *.war
131 *.ear
132
133 # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
134 hs_err_pid*
135
136 ### Maven related ###
137 target/
138 pom.xml.tag
139 pom.xml.releaseBackup
140 pom.xml.versionsBackup
141 pom.xml.next
142 release.properties
143
144 ### Git related ###
145 *.orig
146 /.apt_generated/