Skip to content

Commit

Permalink
Ignore rust/matlab runtime dirs. Typo in TODO.
Browse files Browse the repository at this point in the history
  • Loading branch information
kanaka committed Sep 28, 2017
1 parent 150008c commit 130fdf5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.bash_history
.cache
.cargo
.config
.mal-history
.crystal
Expand Down Expand Up @@ -79,6 +80,7 @@ lua/linenoise.so
lua/mal.lua
make/mal.mk
mal/mal.mal
matlab/octave-workspace
miniMAL/mal.json
nim/nimcache*
objc/*.d
Expand Down
2 changes: 1 addition & 1 deletion docs/TODO
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Make:
- allow '_' in make variable names
- hash-map with space in key string
- errors should propagate up from within load-file
- GC: explore using "undefined" directive in Make 3.82
- GC: explore using "undefine" directive in Make 3.82

Mal:
- line numbers in errors
Expand Down

0 comments on commit 130fdf5

Please sign in to comment.