commit | ea8349bb272f2cc79dd1db75177711d22e291a51 | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Tue Aug 06 17:08:36 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Tue Aug 06 17:08:36 2013 -0700 |
tree | 4b622f341e73350a0a8ea399ba9f8c8177a1ed9a | |
parent | a6599bf36b90a9db0f9739c16374b3c40db47047 [diff] [blame] |
Include the built .js file in the build directory
diff --git a/.gitignore b/.gitignore index ebea504..4ceb5eb 100644 --- a/.gitignore +++ b/.gitignore
@@ -1,8 +1,10 @@ .waf* .lock* -tools/yui*.jar -tools/compiler*.jar -build +/tools/yui*.jar +/tools/compiler*.jar +/build/c4che +/build/*.zip +/build/*.log ndnProtocol.xpi ndnProtocol/modules/ndn-js.jsm @@ -12,3 +14,7 @@ # Mac OSX .DS_Store +# Emacs temp files +*~ + +