We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2abd60 commit 0edbf66Copy full SHA for 0edbf66
.gitignore
@@ -19,18 +19,18 @@
19
*.o
20
21
# Test results
22
-/tests/
23
-!/tests/*.rn
24
-!/tests/*.stdout
+#/tests/
+#!/tests/*.rn
+#!/tests/*.stdout
25
26
-/newtests/
27
-!/newtests/*.rn
28
-!/newtests/*.stdout
+#/newtests/
+#!/newtests/*.rn
+#!/newtests/*.stdout
29
30
-/errortests/
31
-!/errortests/*.rn
32
-!/errortests/*.stdout
+#/errortests/
+#!/errortests/*.rn
+#!/errortests/*.stdout
33
34
-/crypto_class/
35
-!/crypto_class/*.rn
36
-!/crypto_class/*.stdout
+#/crypto_class/
+#!/crypto_class/*.rn
+#!/crypto_class/*.stdout
0 commit comments