iproute2/.gitignore
Stephen Hemminger e557d1ac3a Don't put configure files in /tmp
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.
2012-02-15 10:03:39 -08:00

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