Skip to content

Commit

Permalink
ignore editor files in gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
iamwilhelm committed Mar 6, 2014
1 parent 06e335a commit 4dd101f
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
lib
node_modules
# ignore emacs and other editor files
*~
\#*\#
.\#*
*.swp
*.swo

src/*.js
test/*.js

lib/
node_modules/

0 comments on commit 4dd101f

Please sign in to comment.