]> git.proxmox.com Git - mirror_zfs.git/blob - .gitignore
zfs(8) fixes
[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 *.lo
18 *.la
19 *.mod.c
20 *~
21 *.swp
22 .deps
23 .libs
24 .dirstamp
25 .DS_Store
26 modules.order
27 Makefile
28 Makefile.in
29
30 #
31 # Top level generated files specific to this top level dir
32 #
33 /configure
34 /config.log
35 /config.status
36 /libtool
37 /zfs_config.h
38 /zfs_config.h.in
39 /zfs.release
40 /stamp-h1
41 /.script-config
42 /zfs-script-config.sh
43 /aclocal.m4
44 /autom4te.cache
45
46 #
47 # Top level generic files
48 #
49 !.gitignore
50 tags
51 TAGS
52 current
53 cscope.*
54 *.rpm
55 *.deb
56 *.tar.gz