]> git.proxmox.com Git - mirror_zfs-debian.git/blame - .gitignore
Remove zfs-dkms conflict with zfs-kmod
[mirror_zfs-debian.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
ca8b5af8 32Makefile.in
4cd8e49a
BB
33
34#
35# Top level generated files specific to this top level dir
36#
ca8b5af8 37/configure
4cd8e49a
BB
38/config.log
39/config.status
40/libtool
41/zfs_config.h
fff27641 42/zfs_config.h.in
ca8b5af8 43/zfs.release
4cd8e49a
BB
44/stamp-h1
45/.script-config
ca8b5af8
BB
46/zfs-script-config.sh
47/aclocal.m4
48/autom4te.cache
4cd8e49a
BB
49
50#
51# Top level generic files
52#
53!.gitignore
54tags
55TAGS
56cscope.*