xref: /freebsd/.gitignore (revision ca8b5af89d2c5826af7385bf18f3b377b0efde11)
1#
2# N.B.
3# This is the toplevel .gitignore file.
4# This is not the place for entries that are specific to
5# a subdirectory.  Instead add those files to the
6# .gitignore file in that subdirectory.
7#
8# N.B.
9# Please use 'git ls-files -i --exclude-standard'
10# command after changing this file, to see if there are
11# any tracked files which get ignored after the change.
12
13#
14# Normal rules
15#
16*.[oa]
17*.ko
18*.ko.unsigned
19*.ko.out
20*.ko.out.sig
21*.lo
22*.la
23*.mod.c
24*~
25*.swp
26.*.cmd
27.deps
28.libs
29.DS_Store
30modules.order
31Makefile
32Makefile.in
33
34#
35# Top level generated files specific to this top level dir
36#
37/configure
38/config.log
39/config.status
40/libtool
41/zfs_config.h
42/zfs.spec
43/zfs-modules.spec
44/zfs.release
45/dkms.conf
46/PKGBUILD-zfs
47/PKGBUILD-zfs-modules
48/stamp-h1
49/.script-config
50/zfs-script-config.sh
51/aclocal.m4
52/autom4te.cache
53
54#
55# Top level generic files
56#
57!.gitignore
58tags
59TAGS
60cscope.*
61