瀏覽代碼

Merge remote-tracking branch 'origin/master'

master
SisMaker 3 年之前
父節點
當前提交
15d9143782
共有 1 個檔案被更改,包括 21 行新增11 行删除
  1. +21
    -11
      .gitignore

+ 21
- 11
.gitignore 查看文件

@ -1,19 +1,29 @@
.rebar3
_*
.eunit
*.o
*.beam
*.plt
*.swp
*.swo
.erlang.cookie
ebin
log
erl_crash.dump
.concrete/DEV_MODE
# rebar 2.x
.rebar
logs
_build
rel/example_project
ebin/*
deps
# rebar 3
.rebar3
_build/
_checkouts/
rebar.lock
# idea
.idea
*.iml
rebar3.crashdump
*~
cmake-build*
CMakeLists.txt
# nif compile temp file
*.pdb
*.d
compile_commands.json

Loading…
取消
儲存