Last change
on this file was
95f5244,
checked in by str4d <str4d@…>, 3 years ago
|
Add Eclipse and IDEA project files to ignores
|
-
Property mode set to
100644
|
File size:
690 bytes
|
Line | |
---|
1 | # Just to try and prevent some noob disasters. |
---|
2 | # Use git add -f foo.jar to ignore this ignore list |
---|
3 | |
---|
4 | # generated release files |
---|
5 | *.exe |
---|
6 | *.[gx]z |
---|
7 | *.bz2 |
---|
8 | *.[rwjt]ar |
---|
9 | *.sig |
---|
10 | *.su[d23] |
---|
11 | *.deb |
---|
12 | *.zip |
---|
13 | *.torrent |
---|
14 | |
---|
15 | *~ |
---|
16 | web-fragment.xml |
---|
17 | web-out.xml |
---|
18 | *.out |
---|
19 | |
---|
20 | # Temporary/build dirs |
---|
21 | build/ |
---|
22 | pkg-temp/ |
---|
23 | classes/ |
---|
24 | dist/ |
---|
25 | /installer/resources/locale/mo |
---|
26 | /tmp |
---|
27 | /apps/jetty/jettylib |
---|
28 | *_jsp.java |
---|
29 | *.class |
---|
30 | |
---|
31 | # Debian-related |
---|
32 | /debian/copyright |
---|
33 | /debian/changelog |
---|
34 | .pc/ |
---|
35 | |
---|
36 | # Build property overrides |
---|
37 | /override.properties |
---|
38 | |
---|
39 | # Reporting |
---|
40 | *.fba |
---|
41 | sloccount.sc |
---|
42 | /reports/ |
---|
43 | |
---|
44 | # Don't allow patches |
---|
45 | *.(diff|patch) |
---|
46 | |
---|
47 | # but allow debian/patches |
---|
48 | !/debian/patches/*.(patch|diff) |
---|
49 | |
---|
50 | # IDE project files |
---|
51 | # Eclipse |
---|
52 | .classpath |
---|
53 | .project |
---|
54 | .settings/ |
---|
55 | # IDEA |
---|
56 | *.iml |
---|
57 | |
---|
Note: See
TracBrowser
for help on using the repository browser.