]> git.proxmox.com Git - mirror_zfs.git/blob - .gitignore
sun-misc-gitignore
[mirror_zfs.git] / .gitignore
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 *.lo
19 *.la
20 *.mod.c
21 *~
22 *.swp
23 .*.cmd
24 .deps
25 .libs
26 .DS_Store
27 modules.order
28
29 #
30 # Top level generated files specific to this top level dir
31 #
32 /Makefile
33 /config.log
34 /config.status
35 /libtool
36 /spl_config.h
37 /spl.spec
38 /spl-modules.spec
39 /stamp-h1
40
41 #
42 # Top level generic files
43 #
44 !.gitignore
45 tags
46 TAGS
47 cscope.*