repo.or.cz
/
libastrodb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
table: speedups - general improvements in get objects.
[libastrodb.git]
/
.gitignore
blob
3bf146d9d391d936d658b068a35ebe123923c1d0
1
#
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.
5
#
6
# Normal rules
7
#
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
*.lo
23
Makefile.in
24
Makefile
25
config.*
26
src/nova
27
28
#
29
# Top-level generic files
30
#
31
tags
32
TAGS
33
!.gitignore
34
35
#
36
# Generated include files
37
#
38
config.h
39
40
# stgit generated dirs
41
patches-*
42
43
# quilt's files
44
patches
45
series
46
47
# cscope files
48
cscope.*
49
50
*.orig
51
*.rej
52
*~
53
\#*#