Add .gitignore files to exclude build products
[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 *.ko
18 *.lo
19 *.la
20 *.mod.c
21 *~
22 *.swp
23 .*.cmd
24 .deps
25 .libs
26 .DS_Store
27 modules.order
28 Makefile
29
30 #
31 # Top level generated files specific to this top level dir
32 #
33 /Makefile
34 /config.log
35 /config.status
36 /libtool
37 /zfs_config.h
38 /zfs.spec
39 /zfs-modules.spec
40 /stamp-h1
41 /.script-config
42
43 #
44 # Top level generic files
45 #
46 !.gitignore
47 tags
48 TAGS
49 cscope.*