From 0b8c200cd63d1b687f970fb54020d8d43a7a9033 Mon Sep 17 00:00:00 2001 From: Stefan Dombrowski Date: Mon, 16 Aug 2010 17:51:19 +0200 Subject: Add enet files to codeblocks Because of compiler warnings generated by enet, warnings are switched of for: * unknown #pragmas, which are for MSVC compiler * enumeration with missing case Reviewed-by: Bertram --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 60376bd..ea6161f 100644 --- a/.gitignore +++ b/.gitignore @@ -53,3 +53,6 @@ GPATH GRTAGS GSYMS GTAGS + +# files created by Codeblocks +*.layout -- cgit