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