amber/.gitignore

17 lines
289 B
Plaintext

# Ignoring compiled files in examples etc
examples/nodejs/**/*.js
examples/webos/**/*.js
server/FileServer*.js
# Ignoring Mac Finder files
.DS_Store
# Ignoring compiled files in st
st/*.js
# Ignoring run.js in test/
test/run.js
# In case amber is also saved in a local Subversion
.svn