]> git.proxmox.com Git - mirror_zfs.git/blob - .gitignore
Tag zfs-0.7.13
[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 *.gcno
23 *.gcda
24 .deps
25 .libs
26 .dirstamp
27 .DS_Store
28 modules.order
29 Makefile
30 Makefile.in
31
32 #
33 # Top level generated files specific to this top level dir
34 #
35 /bin
36 /configure
37 /config.log
38 /config.status
39 /libtool
40 /zfs_config.h
41 /zfs_config.h.in
42 /zfs.release
43 /stamp-h1
44 /.script-config
45 /zfs-script-config.sh
46 /aclocal.m4
47 /autom4te.cache
48
49 #
50 # Top level generic files
51 #
52 !.gitignore
53 tags
54 TAGS
55 current
56 cscope.*
57 *.rpm
58 *.deb
59 *.tar.gz
60 *.patch
61 *.orig