This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
ferrite
mirror of
https://github.com/brettlangdon/ferrite.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
2
Wiki
Activity
Browse Source
update .gitignore for go
master
Brett Langdon
13 years ago
parent
80f350998a
commit
a43889988f
1 changed files
with
16 additions
and
15 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+16
-15
.gitignore
+ 16
- 15
.gitignore
View File
@ -1,21 +1,22 @@
# Object files
#
Compiled
Object files
, Static and Dynamic libs (Shared Objects)
*.o
# Libraries
*.lib
*.a
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
# Folders
_obj
_test
# Architecture specific extensions/prefixes
*.[568vq]
[568vq].out
ferrite
*.pyc
*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*
_testmain.go
*.exe
Write
Preview
Loading…
Cancel
Save