]> git.proxmox.com Git - mirror_zfs.git/blame - .gitignore
Fix intermittent 'zpool add' failures
[mirror_zfs.git] / .gitignore
CommitLineData
4cd8e49a
BB
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
774f7c02
BB
18*.ko.unsigned
19*.ko.out
20*.ko.out.sig
4cd8e49a
BB
21*.lo
22*.la
23*.mod.c
24*~
25*.swp
26.*.cmd
27.deps
28.libs
29.DS_Store
30modules.order
31Makefile
32
33#
34# Top level generated files specific to this top level dir
35#
36/Makefile
37/config.log
38/config.status
39/libtool
40/zfs_config.h
41/zfs.spec
42/zfs-modules.spec
43/stamp-h1
44/.script-config
45
46#
47# Top level generic files
48#
49!.gitignore
50tags
51TAGS
52cscope.*