Skip to content

Commit 0edbf66

Browse files
committed
Adding files missing due to .gitignore rules.
1 parent e2abd60 commit 0edbf66

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.gitignore

+12-12
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@
1919
*.o
2020

2121
# Test results
22-
/tests/
23-
!/tests/*.rn
24-
!/tests/*.stdout
22+
#/tests/
23+
#!/tests/*.rn
24+
#!/tests/*.stdout
2525

26-
/newtests/
27-
!/newtests/*.rn
28-
!/newtests/*.stdout
26+
#/newtests/
27+
#!/newtests/*.rn
28+
#!/newtests/*.stdout
2929

30-
/errortests/
31-
!/errortests/*.rn
32-
!/errortests/*.stdout
30+
#/errortests/
31+
#!/errortests/*.rn
32+
#!/errortests/*.stdout
3333

34-
/crypto_class/
35-
!/crypto_class/*.rn
36-
!/crypto_class/*.stdout
34+
#/crypto_class/
35+
#!/crypto_class/*.rn
36+
#!/crypto_class/*.stdout

0 commit comments

Comments
 (0)