mirror of
https://git.kernel.org/pub/scm/network/iproute2/iproute2.git
synced 2024-11-15 14:05:22 +08:00
e557d1ac3a
Based on patch by Vasiliy Kulikov <segoon@openwall.com> Don't use /tmp since it is dangerous, instead put temporary files from configure script in build directory. This is what autoconf generated configure does.
34 lines
299 B
Plaintext
34 lines
299 B
Plaintext
static-syms.h
|
|
config.*
|
|
Config
|
|
*.o
|
|
*.a
|
|
*.so
|
|
*~
|
|
\#*#
|
|
|
|
# cscope
|
|
cscope.*
|
|
ncscope.*
|
|
TAGS
|
|
|
|
# git files that we don't want to ignore even it they are dot-files
|
|
!.gitignore
|
|
!.mailmap
|
|
|
|
# for patch generation
|
|
*.diff
|
|
*.patch
|
|
*.orig
|
|
*.rej
|
|
|
|
# for quilt
|
|
.pc
|
|
patches
|
|
series
|
|
|
|
# for gdb
|
|
.gdbinit
|
|
.gdb_history
|
|
*.gdb
|