]> git.proxmox.com Git - mirror_zfs.git/blob - .gitignore
etc/init.d: decide which variant to use at build time.
[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 *.o.ur-safe
18 *.lo
19 *.la
20 *.mod.c
21 *~
22 *.swp
23 *.gcno
24 *.gcda
25 *.pyc
26 *.pyo
27 .deps
28 .libs
29 .dirstamp
30 .DS_Store
31 modules.order
32 Makefile
33 Makefile.in
34
35 #
36 # Top level generated files specific to this top level dir
37 #
38 /bin
39 /configure
40 /config.log
41 /config.status
42 /libtool
43 /zfs_config.h
44 /zfs_config.h.in
45 /zfs.release
46 /stamp-h1
47 /aclocal.m4
48 /autom4te.cache
49
50 #
51 # Top level generic files
52 #
53 !.gitignore
54 tags
55 TAGS
56 current
57 cscope.*
58 *.rpm
59 *.deb
60 *.tar.gz
61 *.patch
62 *.orig
63 *.log
64 venv
65