Chore: Fix typo in INFO
[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 ### Restructured Text ###
22 conf.py
23 __*
24
25 # KDE directory preferences
26 .directory
27
28 ### OSX related ###
29 .DS_Store
30 .AppleDouble
31 .LSOverride
32
33 # Icon must end with two \r
34 Icon
35
36 # Thumbnails
37 ._*
38
39 # Files that might appear on external disk
40 .Spotlight-V100
41 .Trashes
42
43 # vscode
44  .vscode
45
46 ### Windows related ###
47 # Windows image file caches
48 Thumbs.db
49 ehthumbs.db
50
51 # Folder config file
52 Desktop.ini
53
54 # Recycle Bin used on file shares
55 $RECYCLE.BIN/
56
57 # Windows Installer files
58 *.cab
59 *.msi
60 *.msm
61 *.msp
62
63 #### IDE related ####
64 ### Eclipse related ###
65 *.pydevproject
66 .metadata
67 .gradle
68 bin/
69 tmp/
70 *.tmp
71 *.bak
72 *.swp
73 *~.nib
74 local.properties
75 .settings/
76 .factorypath
77 .loadpath
78 .classpath
79 .project
80 .springBeans
81
82 # External tool builders
83 .externalToolBuilders/
84
85 # Locally stored "Eclipse launch configurations"
86 *.launch
87
88 # CDT-specific
89 .cproject
90
91 # PDT-specific
92 .buildpath
93
94 # TeXlipse plugin
95 .texlipse
96
97 ### Idea related ###
98 # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
99
100 ## Directory-based project format
101 .idea/
102
103 ## File-based project format
104 *.ipr
105 *.iws
106 *.iml
107
108 ## Additional for IntelliJ
109 out/
110
111 # generated by JIRA plugin
112 atlassian-ide-plugin.xml
113
114 ### Netbeans related ###
115 nbproject/private/
116 build/
117 nbbuild/
118 dist/
119 nbdist/
120 nbactions.xml
121 nb-configuration.xml
122
123 ### Notepad++ backups ###
124 *.bak
125
126 ### Shell ###
127 *.sh
128
129 #### Tools & Languages related ####
130 ### Java related ###
131 *.class
132
133 # Package Files #
134 *.war
135 *.ear
136
137 # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
138 hs_err_pid*
139
140 ### Maven related ###
141 target/
142 pom.xml.tag
143 pom.xml.releaseBackup
144 pom.xml.versionsBackup
145 pom.xml.next
146 release.properties
147
148 ### Git related ###
149 *.orig
150 /.apt_generated/