elvish/.gitignore

27 lines
352 B
Plaintext
Raw Normal View History

2013-09-18 16:44:55 +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
# Project specific
2013-09-18 18:04:13 +08:00
/t/ # Small applications for manual testing go inside this directory
/coverage/