From 801f7d9554e3724f6962a3b16b576e155b06c2e8 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Wed, 23 Mar 2011 14:26:24 +0100 Subject: add .gitignore here --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000000..e9cb034c107 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# backup and temporary files +*~ +.*.sw[op] + +# the build directories +/*/unxlng?? +/*/unxlng??.pro +/*/wntmsc??? +/*/wntmsc???.pro +/*/unxmac??.pro +/*/unxmac?? -- cgit