]> git.proxmox.com Git - mirror_zfs.git/blame_incremental - .gitignore
Fix typesetting of Errata #4
[mirror_zfs.git] / .gitignore
... / ...
CommitLineData
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
31modules.order
32Makefile
33Makefile.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
54tags
55TAGS
56current
57cscope.*
58*.rpm
59*.deb
60*.tar.gz
61*.patch
62*.orig
63*.log
64venv
65