d068332b88
Code is from cxx.uclibc.org, modified by catty to implement c++17 features
42 lines
350 B
Plaintext
42 lines
350 B
Plaintext
#
|
|
# Never ignore these
|
|
#
|
|
!.gitignore
|
|
|
|
#
|
|
# Generated files
|
|
#
|
|
*.a
|
|
*.i
|
|
*.o
|
|
*.depend
|
|
.config*
|
|
.*.dep
|
|
/*.log
|
|
cscope.*
|
|
bin/g++-uc
|
|
bin/env_check
|
|
libuClibc++*.so
|
|
libuClibc++*.so.0
|
|
include/system_configuration.h
|
|
include/bits/
|
|
|
|
#
|
|
# Debugging files
|
|
#
|
|
.gdb_history
|
|
.gdbinit
|
|
core
|
|
|
|
#
|
|
# Backups / patches
|
|
#
|
|
*~
|
|
*.orig
|
|
*.rej
|
|
/*.patch
|
|
/*.diff
|
|
|
|
# Playground
|
|
playground
|