Skip to content

Commit 955141f

Browse files
committed
Add .gitignore, update .hgingore.
1 parent 91c6466 commit 955141f

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

.gitignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
/Overview.err$
2+
3+
syntax: glob
4+
cssom/data
5+
cssom/cssom.json
6+
cssom/Overview.src.html
7+
cssom-values/cssom-values.json
8+
cssom-values/Overview.src.html
9+
cssom-view/cssom-view.json
10+
cssom-view/Overview.src.html
11+
12+
*.DS_Store
13+
*.orig
14+
15+
*/Overview.html

.hgignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ cssom-view/Overview.src.html
1111

1212
*.DS_Store
1313
*.orig
14-
.gitignore
1514
.git/*
1615

16+
*/Overview.html

0 commit comments

Comments
 (0)