From efb97ba34474a188f31774506c4bb70b00dcde09 Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Thu, 27 Jul 2017 15:37:03 -0400 Subject: [PATCH] Remove .gitignore file. (#73) The .gitignore file is not helpful. None of the ignored files are likely to come up inside this repository. Removing it reduces clutter. --- .gitignore | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .gitignore diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 0026861..0000000 --- a/.gitignore +++ /dev/null @@ -1,22 +0,0 @@ -# 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