This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
gTimer
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Merge remote-tracking branch 'origin/master'
master
SisMaker
3 years ago
parent
9cf09e30b7
0bd19b2415
commit
15d9143782
1 changed files
with
21 additions
and
11 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+21
-11
.gitignore
+ 21
- 11
.gitignore
View File
@ -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
Write
Preview
Loading…
Cancel
Save