소스 검색

更新 '.gitignore'

master
SisMaker 3 년 전
부모
커밋
0bd19b2415
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

불러오는 중...
취소
저장