Fixed foreign import for linux. Modified .gitignore to ignore temp files and files in shared/. Added a Makefile for linux

This commit is contained in:
vassvik
2017-11-10 21:31:13 +01:00
parent bbddbba340
commit 9e0b69312b
5 changed files with 88 additions and 11 deletions
+10
View File
@@ -257,7 +257,17 @@ paket-files/
builds/
bin/
*.exe
*.obj
*.pdb
# - Linux/MacOS
odin
odin.dSYM
# shared collection
shared/
# temp files
* .ll
*.bc