diff options
author | Camil Staps | 2016-09-18 13:11:31 +0000 |
---|---|---|
committer | Camil Staps | 2016-09-18 13:16:54 +0000 |
commit | 640f6da450a9f088cf4b60f054d55b8380a12645 (patch) | |
tree | 551b0ab23966731bdf7bb1e86419e016811ee053 /.gitignore | |
parent | fix more *_real functions for ARM softfp calling convention (define SOFT_FP_CC) (diff) |
.gitignore; Makefile; Add thumb2*.s as copies of arm*.s, adapt str pc,[sp,#-4]! and conditional instructions for Thumb-2
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..28c2148 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.o +scon.s +scon.s.copy |