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
do not remove iconv.h when UCLIBC_HAS_LOCALE is not set
[uclibc-ng.git]
/
.gitignore
blob
3ded06ee89db53351befb0854c93d1e9cda18353
1
#
2
# Never ignore these
3
#
4
!.gitignore
5
6
#
7
# Generated files
8
#
9
*.os
10
*.oS
11
*.a
12
*.i
13
*.o
14
*.depend
15
lib/
16
install_dir/
17
.config*
18
.*.dep
19
/*.log
20
cscope.*
21
22
#
23
# Debugging files
24
#
25
.gdb_history
26
.gdbinit
27
core
28
*.c.[0-9][0-9][0-9]t.*
29
30
#
31
# Backups / patches
32
#
33
*~
34
*.orig
35
*.rej
36
/*.patch
37
/*.diff