]> git.proxmox.com Git - mirror_spl.git/blob - .gitignore
Add ASSERT3B/VERIFY3B/USEC2NSEC/NSEC2USEC macros
[mirror_spl.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 *.[oad]
17 *.lo
18 *.la
19 *~
20 *.swp
21 .deps
22 .libs
23 .DS_Store
24 Makefile
25 Makefile.in
26
27 #
28 # Top level generated files specific to this top level dir
29 #
30 /configure
31 /config.log
32 /config.status
33 /libtool
34 /spl_config.h
35 /spl_config.h.in
36 /spl.release
37 /stamp-h1
38 /aclocal.m4
39 /autom4te.cache
40
41 #
42 # Top level generic files
43 #
44 !.gitignore
45 tags
46 TAGS
47 cscope.*
48 *.rpm
49 *.deb
50 *.tar.gz
51 *.patch
52 *.orig