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 cscope.files
5 cscope.out
6 ncscope.out
7 cscope.in.out
8 cscope.po.out
9 .make.state*
10 /log
11 /packages
12 /proto
13 /webrev
14 /usr/src/.build.tstamp
15 /usr/src/ELF-data.*
16 /usr/src/check-*.out
17 /usr/src/clobber-*.out
18 /usr/src/install-*.out
19 /usr/src/lint-*.out
20 /usr/src/lint-noise-*.out
21 /usr/src/lint-noise-*.ref
22 /usr/src/noise-*.out
23 /usr/src/noise-*.ref
24 /usr/src/tools/clobber-*.out
25 /usr/src/tools/install-*.out
|
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 cscope.files
5 cscope.out
6 ncscope.out
7 cscope.in.out
8 cscope.po.out
9 .make.state*
10 /log
11 /packages
12 /proto
13 /webrev
14 obj32
15 obj64
16 debug32
17 debug64
18 *.o
19 *.so.?
20 *.diff
21 *.tmp
22 *.tmp.new
23 llib-*.ln
24 lint.out
25 /illumos.sh
26 /usr/src/.build.tstamp
27 /usr/src/ELF-data.*
28 /usr/src/check-*.out
29 /usr/src/clobber-*.out
30 /usr/src/install-*.out
31 /usr/src/lint-*.out
32 /usr/src/lint-noise-*.out
33 /usr/src/lint-noise-*.ref
34 /usr/src/noise-*.out
35 /usr/src/noise-*.ref
36 /usr/src/tools/clobber-*.out
37 /usr/src/tools/install-*.out
|