Skip to content

Commit

Permalink
add emacs aux files to .gitignore
Browse files Browse the repository at this point in the history
clean up commits
  • Loading branch information
Larry Masinter committed Dec 24, 2014
1 parent 04fe48a commit 44fce96
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
# emacs detritus
*~
*#

docs/url-problem-statement.html
docs/url-problem-statement.txt

evaluate/Cargo.lock
evaluate/*.jar
evaluate/target/
evaluate/*.class
evaluate/urlsettest.json
evaluate/urltestdata.json

parser.pegjs

reference-implementation/IdnaMappingTable.txt
reference-implementation/punycode.js
reference-implementation/unorm.js
Expand All @@ -18,4 +25,5 @@ reference-implementation/test/urltestparser.js
reference-implementation/test/urlsettest.js
url.html
url.pegjson

node_modules/

0 comments on commit 44fce96

Please sign in to comment.