termui/.gitignore

29 lines
306 B
Plaintext
Raw Normal View History

2015-02-03 22:09:27 +08:00
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
# Folders
_obj
_test
# Architecture specific extensions/prefixes
*.[568vq]
[568vq].out
*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*
_testmain.go
*.exe
*.test
*.prof
2015-04-26 12:13:49 +08:00
.DS_Store
2016-04-07 09:36:10 +08:00
/vendor
2018-09-07 04:57:56 +08:00
.vscode/
.mypy_cache/