mirror of
https://github.com/mumble-voip/grumble.git
synced 2025-12-19 21:59:59 -08:00
Vastly improved gitignore.
This commit is contained in:
parent
852d1790ae
commit
2e392c92df
1 changed files with 26 additions and 2 deletions
28
.gitignore
vendored
28
.gitignore
vendored
|
|
@ -1,3 +1,27 @@
|
||||||
grumble
|
grumble
|
||||||
*.6
|
.DS_Store
|
||||||
_obj/
|
*.[568ao]
|
||||||
|
*.ao
|
||||||
|
*.so
|
||||||
|
*.pyc
|
||||||
|
._*
|
||||||
|
.nfs.*
|
||||||
|
[568a].out
|
||||||
|
*~
|
||||||
|
*.orig
|
||||||
|
*.rej
|
||||||
|
*.exe
|
||||||
|
.*.swp
|
||||||
|
core
|
||||||
|
*.cgo*.go
|
||||||
|
*.cgo*.c
|
||||||
|
_cgo_*
|
||||||
|
_obj
|
||||||
|
_test
|
||||||
|
_testmain.go
|
||||||
|
build.out
|
||||||
|
test.out
|
||||||
|
goinstall.log
|
||||||
|
*.pb.go
|
||||||
|
*.sqlite
|
||||||
|
build/
|
||||||
Loading…
Add table
Add a link
Reference in a new issue