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