diff options
author | Tomasz Kramkowski <tk@the-tk.com> | 2021-08-05 18:30:33 +0100 |
---|---|---|
committer | Tomasz Kramkowski <tk@the-tk.com> | 2021-08-05 20:17:48 +0100 |
commit | 8c58e5683cbd90d529eb1ea86fce019e553b2248 (patch) | |
tree | b31e8754a56ab0a87170bfecffca3ef434850826 /.gitignore | |
parent | 7e7bdc19e76a5f87bccf7a84872f8d45295ee5b7 (diff) | |
download | pack-8c58e5683cbd90d529eb1ea86fce019e553b2248.tar.gz pack-8c58e5683cbd90d529eb1ea86fce019e553b2248.tar.xz pack-8c58e5683cbd90d529eb1ea86fce019e553b2248.zip |
Cross compilation support
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -1,10 +1,7 @@ *.d *.inc *.o -*.so -.compile -.link-executable -.link-library +*.tool .redo/ .vars.rc all @@ -12,3 +9,4 @@ compile_flags.txt config.rc test test_gen +libpack |