]> git.proxmox.com Git - mirror_zfs.git/blame - .gitignore
zpool(8): Fix "zpool import -t"
[mirror_zfs.git] / .gitignore
CommitLineData
4cd8e49a
BB
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]
4cd8e49a
BB
17*.lo
18*.la
19*.mod.c
20*~
21*.swp
d9ec8b9b
BB
22*.gcno
23*.gcda
4cd8e49a
BB
24.deps
25.libs
0b04990a 26.dirstamp
4cd8e49a
BB
27.DS_Store
28modules.order
29Makefile
ca8b5af8 30Makefile.in
4cd8e49a
BB
31
32#
33# Top level generated files specific to this top level dir
34#
c1d9abf9 35/bin
ca8b5af8 36/configure
4cd8e49a
BB
37/config.log
38/config.status
39/libtool
40/zfs_config.h
fff27641 41/zfs_config.h.in
ca8b5af8 42/zfs.release
4cd8e49a 43/stamp-h1
ca8b5af8
BB
44/aclocal.m4
45/autom4te.cache
4cd8e49a
BB
46
47#
48# Top level generic files
49#
50!.gitignore
51tags
52TAGS
9d70aec6 53current
4cd8e49a 54cscope.*
0c15bf16
TF
55*.rpm
56*.deb
57*.tar.gz
952e490b
CC
58*.patch
59*.orig