Skip to content

Commit fc3efb2

Browse files
committed
Ignore output files
1 parent 568b1b4 commit fc3efb2

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

Examples/.gitignore

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,11 @@ buildNumber.properties
99
.mvn/timing.properties
1010
build/
1111
*.iml
12-
Output.*
13-
output.*
14-
Output-*.*
15-
output-*.*
16-
Output_*.*
17-
output_*.*
18-
Out-*.*
19-
out-*.*
20-
Out_*.*
21-
out_*.*
22-
*.out.*
12+
13+
[Oo]utput.*
14+
[Oo]utput-*.*
15+
[Oo]utput_*.*
16+
[Oo]ut-*.*
17+
[Oo]ut_*.*
18+
*.[Oo]ut.*
19+
*.[Oo]utput.*

0 commit comments

Comments
 (0)