mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 23:57:03 +08:00
start a gitignore
This commit is contained in:
40
.gitignore
vendored
Normal file
40
.gitignore
vendored
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
*.diff
|
||||||
|
*.patch
|
||||||
|
*.orig
|
||||||
|
*.rej
|
||||||
|
|
||||||
|
*~
|
||||||
|
*.a
|
||||||
|
*.flt
|
||||||
|
*.gdb
|
||||||
|
*.gmo
|
||||||
|
*.info
|
||||||
|
*.la
|
||||||
|
*.lo
|
||||||
|
*.o
|
||||||
|
*.tmp
|
||||||
|
|
||||||
|
.deps
|
||||||
|
.libs
|
||||||
|
|
||||||
|
autom4te.cache
|
||||||
|
config.cache
|
||||||
|
config.h
|
||||||
|
config.intl
|
||||||
|
config.log
|
||||||
|
config.status
|
||||||
|
libtool
|
||||||
|
Makefile
|
||||||
|
stamp-*
|
||||||
|
POTFILES
|
||||||
|
*-POTFILES
|
||||||
|
*/po/Makefile.in
|
||||||
|
|
||||||
|
.gdbinit
|
||||||
|
.gdb_history
|
||||||
|
core
|
||||||
|
|
||||||
|
lost+found
|
||||||
|
|
||||||
|
*.log
|
||||||
|
*.sum
|
Reference in New Issue
Block a user