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.
1 parent b6b1a8a commit 26d41cbCopy full SHA for 26d41cb
.gitignore
@@ -1,3 +1,7 @@
1
+# This file contains ignores for build artifacts from standard builds.
2
+# Auxiliary files from local workflows, your preferred editor, etc. should
3
+# be ignored locally using $GIT_DIR/info/exclude or ~/.gitexclude.
4
+
5
# Global excludes across all subdirectories
6
*.o
7
*.obj
@@ -6,10 +10,6 @@
10
*.so.[0-9]
11
*.so.[0-9].[0-9]
8
12
*.so.[0-9].[0-9][0-9]
9
-*.sl
-*.sl.[0-9]
-*.sl.[0-9].[0-9]
-*.sl.[0-9].[0-9][0-9]
13
*.dylib
14
*.dll
15
*.exp
0 commit comments