diff --git a/.gitignore b/.gitignore index 3063f07..6a46271 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,13 @@ -lib -node_modules +# ignore emacs and other editor files +*~ +\#*\# +.\#* +*.swp +*.swo + +src/*.js +test/*.js + +lib/ +node_modules/ +