This website requires JavaScript.
Explore
Help
Sign In
github
/
rebar
Watch
1
Star
0
Fork
You've already forked rebar
0
mirror of
https://github.com/correl/rebar.git
synced
2024-11-23 19:19:54 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
f23af3ac50
rebar
/
.gitignore
13 lines
93 B
Text
Raw
Normal View
History
Unescape
Escape
Add .gitignore to the source tree Ignore common files during development.
2010-10-03 14:00:15 +00:00
*.beam
rebar
*~
*.orig
.*.swp
rt.work
Add 'qc' cmd and rename eunit-compile to test-compile
2011-03-26 16:56:54 +00:00
.test
Enhance make check (Inspired-by: Stavros Aronis)
2012-01-01 15:29:02 +00:00
dialyzer_warnings
bootstrap: generate windows scripts
2011-12-22 05:27:42 +00:00
rebar.cmd
Update .gitignore (add .eunit and deps)
2012-08-12 22:00:53 +00:00
.eunit
deps
erlc: clean-up, enhance, and regression fix fd17693 * update files * fix Dialyzer warning * unconditionally enable info fil * clean-up inconsistencies * use term_to_binary compression * use try...catch instead of case...catch...of * do not write build info file if the graph is unmodified * store info file as <base_dir>/.rebarinfo * properly support list of compile directives * fix regressions: - Fix a bug in handling of files to compile first. - If a file that is depended upon itself depends on other files, make sure those are compiled first. While at it, rename variables for correctness. Reported-by: David Robakowski - Make sure that FirstFiles has no dupes and preserves the proper order. - headers referenced via -include_lib() were not properly resolved to absolute filenames - .erl files found in sub dirs of src_dirs were not properly resolved to absolute filenames
2013-09-01 17:34:29 +00:00
.rebar/*
Reference in a new issue
Copy permalink