diff options
author | YamaArashi <shadow962@live.com> | 2016-01-07 00:45:06 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-01-07 00:45:06 -0800 |
commit | cf8f49038161834e920d2a1c28c96a4458741ed4 (patch) | |
tree | c23d29ae53dd6eaa33fe1c9dbd03215b4bb81b4a /.gitignore | |
parent | b18325fc3ef1aff22f927b9a1ee2beea3da1eaa2 (diff) |
begin compiling C source in the build process
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 341c63013..809a717c0 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ pokeas pokeld pokeobjcopy +genasm/* |