mirror of
https://github.com/yasm/yasm
synced 2026-08-26 22:26:05 -04:00
Add .gitignore files.
These are based on the old svn:ignore properties.
This commit is contained in:
parent
94ab1135a3
commit
8281be0c25
3 changed files with 82 additions and 0 deletions
67
.gitignore
vendored
Normal file
67
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,67 @@
|
|||
autom4te.cache
|
||||
stamp-h*
|
||||
config.*
|
||||
libyasm-stdint.h
|
||||
nasm-token.c
|
||||
nasm-macros.c
|
||||
yapp-token.c
|
||||
gas-token.c
|
||||
license.c
|
||||
module.c
|
||||
x86parse.c
|
||||
lc3bid.c
|
||||
re2c-parser.c
|
||||
re2c-parser.h
|
||||
yasm
|
||||
vsyasm
|
||||
ytasm
|
||||
re2c
|
||||
cleanup
|
||||
genmacro
|
||||
test_hd
|
||||
genperf
|
||||
genversion
|
||||
genmodule
|
||||
genstring
|
||||
version.mac
|
||||
*_test
|
||||
configure
|
||||
configure.scan
|
||||
configure.lineno
|
||||
config.*
|
||||
aclocal.m4
|
||||
*.tar.gz
|
||||
*.la
|
||||
*.lo
|
||||
*.o
|
||||
*.a
|
||||
.libs
|
||||
.deps
|
||||
libtool
|
||||
*.bb
|
||||
*.bbg
|
||||
*.da
|
||||
results
|
||||
Makefile
|
||||
Makefile.in
|
||||
.*.swp
|
||||
python-setup.txt
|
||||
yasm_python.c
|
||||
.python-build
|
||||
_yasm.pxi
|
||||
yasm.pyx
|
||||
build
|
||||
yasm.so
|
||||
x86cpu.c
|
||||
x86insn_nasm.gperf
|
||||
x86insn_nasm.c
|
||||
x86insn_gas.gperf
|
||||
x86insn_gas.c
|
||||
x86insns.c
|
||||
x86regtmod.c
|
||||
nasm-version.c
|
||||
win64-gas.c
|
||||
win64-nasm.c
|
||||
.sw*
|
||||
*.s
|
||||
*.asm
|
||||
5
config/.gitignore
vendored
Normal file
5
config/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
mkinstalldirs
|
||||
depcomp
|
||||
compile
|
||||
missing
|
||||
install-sh
|
||||
10
po/.gitignore
vendored
Normal file
10
po/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
Makefile.in.in
|
||||
POTFILES
|
||||
cat-id-tbl.c
|
||||
yasm.pot
|
||||
stamp-cat-id
|
||||
remove-potcdate.sed
|
||||
Makefile
|
||||
Makefile.in
|
||||
.*.swp
|
||||
stamp-po
|
||||
Loading…
Add table
Add a link
Reference in a new issue