From 0f845aa5dabb7e699ca007ad9eeeba6cfabd25e7 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Thu, 30 Aug 2012 21:52:01 +0000 Subject: [PATCH] build: ignore .so files and add missing source files to makefile. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f073003c..73fa7cfc 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ *.a *.la *.exe +*.so *.elf *.self *.nexe