catalogs: updated to new libastro API.
[nova.git] / .gitignore
blobed0a2e918ccb729a6707d063b38f6ba395640a09
2 # NOTE! Don't add files that are generated in specific
3 # subdirectories here. Add them in the ".gitignore" file
4 # in that subdirectory instead.
6 # Normal rules
8 .*
9 *.o
10 *.o.*
11 *.a
12 *.s
13 *.ko
14 *.so
15 *.so.dbg
16 *.mod.c
17 *.i
18 *.lst
19 *.symtypes
20 *.order
21 *.la
22 Makefile.in
23 Makefile
24 config.*
25 src/nova
28 # Top-level generic files
30 tags
31 TAGS
32 !.gitignore
35 # Generated include files
37 config.h
39 # stgit generated dirs
40 patches-*
42 # quilt's files
43 patches
44 series
46 # cscope files
47 cscope.*
49 *.orig
50 *.rej
52 \#*#