mirror of
https://github.com/vmt/udis86
synced 2026-08-26 02:26:04 -04:00
Update gitignore to exclude distcheck output
This commit is contained in:
parent
1fbafbc712
commit
bc12223aa9
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -12,6 +12,7 @@ autom4te.cache/
|
|||
build/
|
||||
configure
|
||||
docs/manual/html/
|
||||
docs/manual/texinfo/
|
||||
docs/manual/udis86.info
|
||||
libtool
|
||||
libudis86/itab.c
|
||||
|
|
@ -36,6 +37,9 @@ tests/libcheck
|
|||
tests/difftest.sh
|
||||
scripts/ud_*asmtest*
|
||||
|
||||
# Ignore distcheck outut
|
||||
udis86-1.*
|
||||
|
||||
# Ignore C++ Builder history folders
|
||||
libudis86/__history/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue