]> git.proxmox.com Git - mirror_spl.git/blame - .gitignore
Debug cv_destroy() with mutex held
[mirror_spl.git] / .gitignore
CommitLineData
694921bc
RC
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
6f088fde
BB
18*.ko.unsigned
19*.ko.out
20*.ko.out.sig
694921bc
RC
21*.lo
22*.la
23*.mod.c
24*~
25*.swp
26.*.cmd
27.deps
28.libs
29.DS_Store
30modules.order
15d04112 31Makefile
c638e9ad 32Makefile.in
694921bc
RC
33
34#
35# Top level generated files specific to this top level dir
36#
c638e9ad 37/configure
694921bc
RC
38/config.log
39/config.status
40/libtool
41/spl_config.h
42/spl.spec
43/spl-modules.spec
c638e9ad
BB
44/spl.release
45/dkms.conf
46/PKGBUILD-spl
47/PKGBUILD-spl-modules
694921bc 48/stamp-h1
c638e9ad
BB
49/aclocal.m4
50/autom4te.cache
694921bc
RC
51
52#
53# Top level generic files
54#
55!.gitignore
56tags
57TAGS
58cscope.*