diff options
author | obscuren <geffobscura@gmail.com> | 2014-12-10 07:00:52 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-12-10 07:00:52 +0800 |
commit | 6cf6981ed076d43514e86fa7e7a56c6bad1da583 (patch) | |
tree | ed59f2db942a5b454298a47ec34d70d8459ffe52 /.gitignore | |
download | dexon-6cf6981ed076d43514e86fa7e7a56c6bad1da583.tar dexon-6cf6981ed076d43514e86fa7e7a56c6bad1da583.tar.gz dexon-6cf6981ed076d43514e86fa7e7a56c6bad1da583.tar.bz2 dexon-6cf6981ed076d43514e86fa7e7a56c6bad1da583.tar.lz dexon-6cf6981ed076d43514e86fa7e7a56c6bad1da583.tar.xz dexon-6cf6981ed076d43514e86fa7e7a56c6bad1da583.tar.zst dexon-6cf6981ed076d43514e86fa7e7a56c6bad1da583.zip |
init
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 000000000..802b6744a --- /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 + +*~ |