Add Makefile for compiling with VC on Linux (#94)
This commit is contained in:
parent
aefd9e35b3
commit
e3a51ed1d1
2 changed files with 58 additions and 0 deletions
11
.gitignore
vendored
11
.gitignore
vendored
|
|
@ -1,9 +1,20 @@
|
|||
# ELF object file.
|
||||
*.o
|
||||
|
||||
# PE shared library and associated files.
|
||||
*.lib
|
||||
*.exp
|
||||
*.dll
|
||||
|
||||
# PE executable.
|
||||
*.exe
|
||||
|
||||
# GCC dependency file.
|
||||
*.d
|
||||
|
||||
# Resource file.
|
||||
*.res
|
||||
|
||||
# Created by https://www.gitignore.io/api/visualstudio
|
||||
|
||||
### VisualStudio ###
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue