xref: /freebsd/.gitignore (revision ff4b68eedc307e6e9b7f3890b809cbb0e9d73856)
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*.o.ur-safe
18*.lo
19*.la
20*.mod.c
21*~
22*.swp
23*.gcno
24*.gcda
25*.pyc
26*.pyo
27.deps
28.libs
29.dirstamp
30.DS_Store
31modules.order
32Makefile
33Makefile.in
34
35#
36# Top level generated files specific to this top level dir
37#
38/bin
39/configure
40/config.log
41/config.status
42/libtool
43/zfs_config.h
44/zfs_config.h.in
45/zfs.release
46/stamp-h1
47/aclocal.m4
48/autom4te.cache
49
50#
51# Top level generic files
52#
53!.gitignore
54tags
55TAGS
56current
57cscope.*
58*.rpm
59*.deb
60*.tar.gz
61*.patch
62*.orig
63*.log
64venv
65
66#
67# Module leftovers
68#
69/module/avl/zavl.mod
70/module/icp/icp.mod
71/module/lua/zlua.mod
72/module/nvpair/znvpair.mod
73/module/spl/spl.mod
74/module/unicode/zunicode.mod
75/module/zcommon/zcommon.mod
76/module/zfs/zfs.mod
77