Skip to content

Commit e4e5da6

Browse files
committed
Explain .lock-wscript and move it
This changes the comment to better explain what .lock-wscript is for (it's for the [obsolete][v0.8.0] node-waf build system), and moves it next to the other ignore pattern(s) for binary module compilation artifacts. [v0.8.0]: http://blog.nodejs.org/2012/06/25/node-v0-8-0/
1 parent 2985884 commit e4e5da6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Node.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ coverage
1616
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
1717
.grunt
1818

19+
# node-waf configuration
20+
.lock-wscript
21+
1922
# Compiled binary addons (http://nodejs.org/api/addons.html)
2023
build/Release
2124

2225
# Dependency directory
2326
# Commenting this out is preferred by some people, see
2427
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git-
2528
node_modules
26-
27-
# Users Environment Variables
28-
.lock-wscript

0 commit comments

Comments
 (0)