Skip to content

Commit a837588

Browse files
committed
Ignore more files
1 parent e62fcc6 commit a837588

1 file changed

Lines changed: 53 additions & 18 deletions

File tree

.gitignore

Lines changed: 53 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,65 @@
1-
# Compiled Object files, Static and Dynamic libs (Shared Objects)
1+
# Binaries for programs and plugins
2+
*.exe
3+
*.dll
4+
*.so
5+
*.dylib
6+
*.test
7+
*.out
8+
9+
# Object files and cached files
210
*.o
311
*.a
4-
*.so
12+
*.bak
13+
14+
# Build directories
15+
bin/
16+
17+
# Logs and temp files
18+
*.log
19+
*.tmp
520
*.swp
21+
*.bak
22+
*.log
23+
.DS_Store
624

7-
# Folders
8-
_obj
9-
_test
25+
# Ignore editor or IDE directories
26+
.idea/
27+
.vscode/
28+
*.iml
1029

11-
# Architecture specific extensions/prefixes
12-
*.[568vq]
13-
[568vq].out
30+
# cmd directory: ignore everything except Go source files and documentation
31+
cmd/*/*
32+
!cmd/*/*.go
33+
!cmd/*/*.txt
34+
!cmd/*/*.md
35+
!cmd/*/*.rst
36+
!cmd/*/*.asciidoc
37+
!cmd/*/*.1*
1438

15-
*.cgo1.go
16-
*.cgo2.c
17-
_cgo_defun.c
18-
_cgo_gotypes.go
19-
_cgo_export.*
39+
# images not in img/
40+
*.bmp
41+
*.gif
42+
*.jpeg
43+
*.jpg
44+
*.png
45+
*.webp
46+
*.qoi
47+
!img/*
2048

21-
_testmain.go
49+
# Orbiton include.txt file
50+
include.txt
2251

23-
*.exe
24-
*.test
25-
*.rdb
52+
# Java and Kotlin
53+
build/
54+
.gradle/
55+
.kotlin/
56+
57+
# Python
58+
__pycache__/
59+
*.py[cod]
60+
venv/
61+
.venv/
2662

27-
# Executables for the cmd
2863
cmd/chi/chi
2964
cmd/getdb/getdb
3065
cmd/gin/gin

0 commit comments

Comments
 (0)