Skip to content

Commit c768aeb

Browse files
committed
add gitignore
1 parent e5cb428 commit c768aeb

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

agfs-fuse/.gitignore

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Binaries
2+
bin/
3+
*.exe
4+
*.exe~
5+
*.dll
6+
*.so
7+
*.dylib
8+
9+
# Test binary, built with `go test -c`
10+
*.test
11+
12+
# Output of the go coverage tool
13+
*.out
14+
15+
# Go workspace file
16+
go.work
17+
18+
# IDE
19+
.vscode/
20+
.idea/
21+
*.swp
22+
*.swo
23+
*~
24+
25+
# OS
26+
.DS_Store
27+
Thumbs.db
28+
29+
# Temporary files
30+
tmp/
31+
temp/

0 commit comments

Comments
 (0)