From: kremlin Date: Sat, 24 Jan 2015 02:51:42 +0000 (-0500) Subject: update .gitignore X-Git-Url: https://uglyman.kremlin.cc/gitweb/gitweb.cgi?p=k_transpose.git;a=commitdiff_plain;h=b1146f092a8e5f8335982e0f4e5930622ff5eac8;hp=53d46aa3f7b18ebe0bdaf0061bc0218aa45afa4b update .gitignore --- diff --git a/.gitignore b/.gitignore index 60d7917..0800d39 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,16 @@ +# objects k_transpose +*.o +*.a +*.so + +# ??? +_obj +_test + +# wow you blew it +*.core + +# vim BS files +*.swp +*.swo