From 78c94f84f3e66411c7e5efcba66070c6afccc509 Mon Sep 17 00:00:00 2001 From: Daniel Bailey Date: Thu, 23 May 2013 17:05:28 +0100 Subject: [PATCH 1/2] added lazarus gitignore file --- Lazarus.gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Lazarus.gitignore diff --git a/Lazarus.gitignore b/Lazarus.gitignore new file mode 100644 index 00000000..e7149354 --- /dev/null +++ b/Lazarus.gitignore @@ -0,0 +1,12 @@ +#ignore backup files +backup/ + +#ignore files generated by the compiler +lib/ +*.compiled +*.o +*.or +*.ppu + +#exclude executable output in windows +*.exe \ No newline at end of file From 27569799cb61db08e9a2c06dfb61beae7a0d6573 Mon Sep 17 00:00:00 2001 From: Daniel Bailey Date: Wed, 13 Nov 2013 18:33:14 +0000 Subject: [PATCH 2/2] Added lazarus ignore file in the global dir this time --- Lazarus.gitignore => Global/Lazarus.gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Lazarus.gitignore => Global/Lazarus.gitignore (100%) diff --git a/Lazarus.gitignore b/Global/Lazarus.gitignore similarity index 100% rename from Lazarus.gitignore rename to Global/Lazarus.gitignore