Skip to content

Commit 5d416f2

Browse files
gsnedderstabatkins
authored andcommitted
Make all CSS 2 build artifacts ignored (#1464)
1 parent d66d9d3 commit 5d416f2

3 files changed

Lines changed: 34 additions & 1 deletion

File tree

css2-testing/.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
*.srd
2+
*.subtoc
3+
/build/
4+
/images/pngs.ok
5+
/css2.tgz
6+
/css2.txt
7+
/css2.zip
8+
/css2.ps.gz
9+
/css2.pdf
10+
11+
# Created with BSD sed because interoperability is hard
12+
*.subtoc-e

css2/.gitignore

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
11
*.srd
2-
/build
2+
*.subtoc
3+
/build/
34
/images/pngs.ok
5+
/css2.tgz
6+
/css2.txt
7+
/css2.zip
8+
/css2.ps.gz
9+
/css2.pdf
10+
11+
# Created with BSD sed because interoperability is hard
12+
*.subtoc-e

css21/.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
*.srd
2+
*.subtoc
3+
/build/
4+
/images/pngs.ok
5+
/css2.tgz
6+
/css2.txt
7+
/css2.zip
8+
/css2.ps.gz
9+
/css2.pdf
10+
11+
# Created with BSD sed because interoperability is hard
12+
*.subtoc-e

0 commit comments

Comments
 (0)