From a9f660d7d6597f4aa274e00fc1bbfa758a8e6b6f Mon Sep 17 00:00:00 2001 From: fgenesis Date: Wed, 3 Aug 2011 22:07:11 +0200 Subject: [PATCH] add .gitignore --- .gitignore | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5f4ddb5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +.* +*.o +*.o.* +*.a +*.so +*.so.dbg +*.bin +*.gz +*.obj +*.user +*.manifest +*.suo +*.ncb +*.pdb +*.ilk +*.exp +*.tmp +*.aps +temp/* +build/* +bin/* + +!.gitignore