Adding copyright notices to most files. Also add readme file, and some
[jitcs.git] / .gitignore
blobf5fa85976228598f80e3443feeca98a0d5de7ab9
1 *.exe
2 *.a
3 *.o
4 *.dep
5 *.bin
6 *.lst
7 *.nasm
8 *.as
9 include/jitcs_x86_32_*.h
10 include/jitcs_x86_64_*.h
11 src/x86/jitcs_int_x86_32_*.h
12 src/x86/jitcs_int_x86_64_*.h
13 src/x86/src/x86_32_*.cpp
14 src/x86/src/x86_64_*.cpp
15 src/data/x86_ins*.dat
16 tests/test_asm_x86_32*
17 tests/test_asm_x86_64*
18 err.log