repo.or.cz
/
uclibc-ng.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
libpthread: Remove no longer valid attribute_unused
[uclibc-ng.git]
/
.gitignore
blob
886f021e79c4d903d7c95bc96012e7c14db4dd48
1
#
2
# Never ignore these
3
#
4
!.gitignore
5
6
#
7
# Generated files
8
#
9
*.os
10
*.oS
11
*.a
12
*.i
13
*.s
14
*.o
15
*.depend
16
lib/
17
install_dir/
18
.config*
19
.*.dep
20
/*.log
21
cscope.*
22
23
#
24
# Debugging files
25
#
26
.gdb_history
27
.gdbinit
28
core
29
*.c.[0-9][0-9][0-9]t.*
30
31
#
32
# Backups / patches
33
#
34
*~
35
*.orig
36
*.rej
37
/*.patch
38
/*.diff