[libblockdev 3/4] Update .gitignore for scons related files.

mulhern amulhern at redhat.com
Wed Jul 9 16:16:15 UTC 2014


scons likes to use .os extension for shared object files.

Signed-off-by: mulhern <amulhern at redhat.com>
---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index a3fd29d..8194dd0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,9 @@
 .*.swp
 **/*.o
+**/*.os
 **/*.so
 **/*.pyc
+.sconsign*
 src/lib/plugin_apis/*.c
 src/lib/test_library
 src/plugins/test_loop
-- 
1.9.3



More information about the anaconda-patches mailing list