1
0
mirror of https://github.com/zellyn/go6502.git synced 2025-02-07 02:30:38 +00:00
go6502/.gitignore

29 lines
292 B
Plaintext
Raw Normal View History

2013-02-15 08:10:41 -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
2013-02-18 16:20:03 -08:00
2013-03-06 16:47:10 -08:00
# Mac junk
.DS_Store
2013-02-18 16:20:03 -08:00
harness/harness
2013-03-06 16:47:10 -08:00