]> git.proxmox.com Git - mirror_zfs.git/blame - .gitignore
gcc build error: -Wbool-compare in metaslab.c
[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
4cd8e49a
BB
22.deps
23.libs
24.DS_Store
25modules.order
26Makefile
ca8b5af8 27Makefile.in
4cd8e49a
BB
28
29#
30# Top level generated files specific to this top level dir
31#
ca8b5af8 32/configure
4cd8e49a
BB
33/config.log
34/config.status
35/libtool
36/zfs_config.h
fff27641 37/zfs_config.h.in
ca8b5af8 38/zfs.release
4cd8e49a
BB
39/stamp-h1
40/.script-config
ca8b5af8
BB
41/zfs-script-config.sh
42/aclocal.m4
43/autom4te.cache
4cd8e49a
BB
44
45#
46# Top level generic files
47#
48!.gitignore
49tags
50TAGS
51cscope.*
0c15bf16
TF
52*.rpm
53*.deb
54*.tar.gz