-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy path.gitignore
executable file
·62 lines (59 loc) · 871 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
#
# NOTE! Don't add files that are generated in specific
# subdirectories here. Add them in the ".gitignore" file
# in that subdirectory instead.
#
# Normal rules
#
#.*
#!.config
*.o
#*.a
*.diff
*.patch
*.tar.gz
Targets/LS1X/compile
Targets/LS1X/conf/ld.script
tools/pmoncfg/gram.h
tools/pmoncfg/pmoncfg
zloader/initmips.c
zloader/ld.script
zloader/pmon.bin.gz
zloader/zlib_pmon.bin.c
lib/libc/Makefile
lib/libm/Makefile
lib/libz/Makefile
.cvsignore
*.rej
install_ram.bin
*.orig
conf/vers.h
conf/vers.c
conf/version
pmon*.bin
gzram.*
#
# Top-level generic files
#
*.bak
tags
TAGS
gzrom
gzram
gzrom.bin
pmon.bin.c
*.old
#
# Generated include files
#
#include/asm
#include/asm-*/asm-offsets.h
#include/config
#include/linux/autoconf.h
#include/linux/compile.h
#include/linux/version.h
#include/linux/utsrelease.h
# stgit generated dirs
patches-*
# cscope files
cscope.*