Gordon Ross | b6805bf | 2013-08-23 18:31:03 -0400 | [diff] [blame] | 1 | # .gitignore for illumos checkouts. |
| 2 | # Note: this does not try to ignore all files in a fully built workspace. |
| 3 | # Rather, you are expected to "make clobber" before running "git status". |
| 4 | .make.state* |
| 5 | /log |
| 6 | /packages |
| 7 | /proto |
| 8 | /webrev |
| 9 | /usr/src/.build.tstamp |
| 10 | /usr/src/ELF-data.* |
| 11 | /usr/src/check-*.out |
| 12 | /usr/src/clobber-*.out |
| 13 | /usr/src/install-*.out |
| 14 | /usr/src/lint-*.out |
| 15 | /usr/src/lint-noise-*.out |
| 16 | /usr/src/lint-noise-*.ref |
| 17 | /usr/src/noise-*.out |
| 18 | /usr/src/noise-*.ref |
| 19 | /usr/src/tools/clobber-*.out |
| 20 | /usr/src/tools/install-*.out |