xref: /illumos-gate/usr/src/.gitignore (revision fdd5021de5be3c448975d9d5c6b697a53a88f804)
1#
2# This file and its contents are supplied under the terms of the
3# Common Development and Distribution License ("CDDL"), version 1.0.
4# You may only use this file in accordance with the terms of version
5# 1.0 of the CDDL.
6#
7# A full copy of the text of the CDDL should have accompanied this
8# source.  A copy of the CDDL is also available via the Internet at
9# http://www.illumos.org/license/CDDL.
10#
11
12#
13# Copyright 2025 Oxide Computer Company
14#
15
16# Objects
17*.o
18*.a
19
20*.so
21*.so.*
22!man/**/*.so*
23
24# Translation artifacts
25*.po
26*.mo
27!cmd/fm/dicts/*.po
28!cmd/vgrind/vgrind_ksh.po
29!cmd/zic/tzselect.po
30!data/**/*.po
31!lib/libslp/clib/libslp.po
32
33# Java build artifacts
34*.class
35*.jar
36
37# lex/yacc
38lex.yy.c
39y.tab.c
40y.tab.h
41
42# cscope & ctags
43cscope.files
44cscope.out
45ncscope.out
46cscope.in.out
47cscope.po.out
48tags
49
50# Make and build state
51.make.state*
52.make.dependency.*
53/.build.tstamp
54/ELF-data.*
55/check-*.out
56/clobber-*.out
57/install-*.out
58/lint-*.out
59/lint-noise-*.out
60/lint-noise-*.ref
61/noise-*.out
62/noise-*.ref
63/unref-*.out
64/unref-*.ref
65
66# IPS artifacts
67pkg/packages.*/
68