.gitignore 210 B

12345678910
  1. # Ignoring compiled files in examples etc
  2. examples/nodejs/**/*.js
  3. examples/webos/**/*.js
  4. server/FileServer*.js
  5. # Ignoring compiled files in st
  6. st/*.js
  7. # In case amber is also saved in a local Subversion
  8. .svn