diff options
| author | Alex Flint <[email protected]> | 2017-02-15 17:52:23 -0800 |
|---|---|---|
| committer | Alex Flint <[email protected]> | 2017-02-15 17:52:23 -0800 |
| commit | be3c7a3252a865d613114f0c77a1e2353c7ab920 (patch) | |
| tree | d08487780ba95fc7ef1cd75aa3dcfa19cda0a3a1 /.gitignore | |
| parent | e2bdcd773ee8c35601fbdecb1e4b62c3979c1244 (diff) | |
add misc support files
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..daf913b --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +# 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 |
