boltbrowser/.gitignore

38 lines
366 B
Plaintext
Raw Permalink Normal View History

2015-05-14 15:17:43 +00:00
# Swap Files
*.swp
2015-04-24 20:20:05 +00: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
2023-05-24 12:37:22 +00:00
# Build Directory
build
# Binaries
2015-05-05 00:38:35 +00:00
*.exe
boltbrowser
2023-03-30 12:12:16 +00:00
boltbrowser.*
2015-05-05 00:38:35 +00:00
# Test Database
test.db
*.db
2023-05-24 12:37:22 +00:00