Skip to content

Commit 7416391

Browse files
committed
Add gitignore
1 parent aa21efe commit 7416391

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.gitignore

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Go
2+
*.exe
3+
*.exe~
4+
*.dll
5+
*.dylib
6+
*.out
7+
*.so
8+
9+
# Other
10+
.DS_Store
11+
*.swp

0 commit comments

Comments
 (0)