build: move to cmake
This commit is contained in:
parent
38818f6f66
commit
1702da0a0a
11 changed files with 896 additions and 78 deletions
27
npc/.gitignore
vendored
27
npc/.gitignore
vendored
|
@ -1,12 +1,17 @@
|
|||
*.*
|
||||
*
|
||||
!*/
|
||||
!Makefile
|
||||
!*.mk
|
||||
!*.[cSh]
|
||||
!*.v
|
||||
!*.cc
|
||||
!*.cpp
|
||||
!.gitignore
|
||||
!README.md
|
||||
build/
|
||||
**/project/
|
||||
**/target/
|
||||
|
||||
*.class
|
||||
*.log
|
||||
.cache/
|
||||
**/.bsp/
|
||||
.bloop/
|
||||
.metals/
|
||||
|
||||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||||
hs_err_pid*
|
||||
|
||||
.vscode/
|
||||
.direnv/
|
||||
compile_commands.json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue