Last change
on this file since 4e267f6 was
751f15c,
checked in by meeh <meeh@…>, 2 years ago
|
Update .mtn-ignore for osx stuff
|
-
Property mode set to
100644
|
File size:
1.4 KB
|
Line | |
---|
1 | # Just to try and prevent some noob disasters. |
---|
2 | # Use mtn add --no-respect-ignore foo.jar to ignore this ignore list |
---|
3 | |
---|
4 | # Temporary/build files |
---|
5 | _jsp\.java$ |
---|
6 | \.bz2$ |
---|
7 | \.tar$ |
---|
8 | \.class$ |
---|
9 | \.diff$ |
---|
10 | \.exe$ |
---|
11 | \.fba$ |
---|
12 | \.gz$ |
---|
13 | \.jar$ |
---|
14 | \.out$ |
---|
15 | \.patch$ |
---|
16 | \.sig$ |
---|
17 | \.sud$ |
---|
18 | \.su2$ |
---|
19 | .\su3$ |
---|
20 | \.tar$ |
---|
21 | \.war$ |
---|
22 | .\deb$ |
---|
23 | \.zip$ |
---|
24 | \.torrent$ |
---|
25 | ^\. |
---|
26 | ~$ |
---|
27 | web-fragment.xml |
---|
28 | web-out.xml |
---|
29 | |
---|
30 | # Temporary/build dirs |
---|
31 | ^build$ |
---|
32 | ^pkg-temp |
---|
33 | /build$ |
---|
34 | /classes |
---|
35 | /dist |
---|
36 | ^installer/resources/locale/mo |
---|
37 | /tmp |
---|
38 | ^apps/jetty/jettylib |
---|
39 | |
---|
40 | # MSVC files |
---|
41 | core/c/jcpuid/msvc/*.opendb |
---|
42 | core/c/jcpuid/msvc/*.pdb |
---|
43 | core/c/jcpuid/msvc/*.sdf |
---|
44 | core/c/jcpuid/msvc/*.user |
---|
45 | |
---|
46 | # Debian-related |
---|
47 | ^debian/copyright |
---|
48 | ^.pc/ |
---|
49 | |
---|
50 | # Build property overrides |
---|
51 | override.properties |
---|
52 | |
---|
53 | # Launcher build paths |
---|
54 | launchers/macosx/target |
---|
55 | launchers/browserbundle/target |
---|
56 | launchers/macosx/project/target |
---|
57 | launchers/browserbundle/project/target |
---|
58 | launchers/target |
---|
59 | launchers/project/target |
---|
60 | launchers/common/target |
---|
61 | launchers/output |
---|
62 | launchers/project/project |
---|
63 | |
---|
64 | # Reporting |
---|
65 | sloccount.sc |
---|
66 | ^reports/ |
---|
67 | |
---|
68 | # IDE project files |
---|
69 | # Eclipse |
---|
70 | /.classpath$ |
---|
71 | /.project$ |
---|
72 | /.settings |
---|
73 | # IDEA |
---|
74 | \.iml$ |
---|
75 | |
---|
76 | |
---|
77 | # Meeh stuff |
---|
78 | target/scala-2.12 |
---|
79 | target/streams |
---|
80 | project/target |
---|
81 | launchers/macosx/version.h |
---|
82 | launchers/macosx/project/project/target |
---|
83 | launchers/macosx/I2PLauncher.xcodeproj/project.xcworkspace/xcuserdata |
---|
84 | launchers/macosx/I2PLauncher.xcodeproj/xcuserdata |
---|
85 | launchers/macosx/I2PLauncher.xcworkspace/xcuserdata |
---|
86 | launchers/macosx/Sparkle.framework |
---|
87 | launchers/macosx/I2PLauncher.app |
---|
88 | launchers/macosx/releases.done |
---|
89 | launchers/macosx/target |
---|
90 | |
---|
Note: See
TracBrowser
for help on using the repository browser.