We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e085fa + 57b961c commit 2ee79c3Copy full SHA for 2ee79c3
.gitignore
@@ -65,6 +65,17 @@ progress.txt
65
# test files
66
register.sh
67
68
+# listed explicitly to show which files are generated but ignored
69
+testdb/intree/cabal.project-test
70
+testdb/intree/store/**/bin/alex
71
+testdb/intree/store/**/cabal-hash.txt
72
+testdb/intree/store/**/share/AlexTemplate.hs
73
+testdb/intree/store/**/share/AlexWrappers.hs
74
+testdb/intree/store/**/share/doc/LICENSE
75
+testdb/intree/store/*/incoming/alex-*.lock
76
+testdb/intree/store/*/package.db/package.cache
77
+testdb/intree/store/*/package.db/package.cache.lock
78
+
79
# windows test artifacts
80
cabal-testsuite/**/*.exe
81
cabal-testsuite/**/*.bat
0 commit comments