Add -p switch to "zpool get"
[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 .DS_Store
25 modules.order
26 Makefile
27 Makefile.in
28
29 #
30 # Top level generated files specific to this top level dir
31 #
32 /configure
33 /config.log
34 /config.status
35 /libtool
36 /zfs_config.h
37 /zfs_config.h.in
38 /zfs.release
39 /stamp-h1
40 /.script-config
41 /zfs-script-config.sh
42 /aclocal.m4
43 /autom4te.cache
44
45 #
46 # Top level generic files
47 #
48 !.gitignore
49 tags
50 TAGS
51 cscope.*
52 *.rpm
53 *.deb
54 *.tar.gz