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
2025-02-20 03:13:17 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
780b85c11e
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 16:00:15 +02:00
*.beam
rebar
*~
*.orig
.*.swp
rt.work
Add 'qc' cmd and rename eunit-compile to test-compile
2011-03-26 17:56:54 +01:00
.test
Enhance make check (Inspired-by: Stavros Aronis)
2012-01-01 16:29:02 +01:00
dialyzer_warnings
bootstrap: generate windows scripts
2011-12-21 23:27:42 -06:00
rebar.cmd
Update .gitignore (add .eunit and deps)
2012-08-13 00:00:53 +02: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 19:34:29 +02:00
.rebar/*
Reference in a new issue
Copy permalink