From 487c4257fc0881c40dee4f6f3f3052a212dc58d5 Mon Sep 17 00:00:00 2001 From: jaxx Date: Fri, 24 Oct 2014 16:34:24 +0300 Subject: [PATCH 1/3] Update Lazarus.gitignore --- Global/Lazarus.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/Lazarus.gitignore b/Global/Lazarus.gitignore index 0ea9e189..3ef747d7 100644 --- a/Global/Lazarus.gitignore +++ b/Global/Lazarus.gitignore @@ -8,5 +8,8 @@ lib/ *.or *.ppu +#ignore debug information files +*.dbg + #exclude executable output in windows *.exe From a33f1453ec48108b08fc9c9e28bb85464c7aa61c Mon Sep 17 00:00:00 2001 From: jaxx Date: Sun, 2 Nov 2014 23:12:25 +0200 Subject: [PATCH 2/3] Update Rust.gitignore --- Rust.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Rust.gitignore b/Rust.gitignore index 37727f91..78814923 100644 --- a/Rust.gitignore +++ b/Rust.gitignore @@ -9,3 +9,6 @@ # Generated by Cargo /target/ + +# Temporary test files +*.racertmp From 5a820a2b1df73ec817b07a7d4c6fc146bec3e939 Mon Sep 17 00:00:00 2001 From: Jakko Sikkar Date: Thu, 6 Nov 2014 09:27:27 +0200 Subject: [PATCH 3/3] revert --- Rust.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/Rust.gitignore b/Rust.gitignore index 78814923..37727f91 100644 --- a/Rust.gitignore +++ b/Rust.gitignore @@ -9,6 +9,3 @@ # Generated by Cargo /target/ - -# Temporary test files -*.racertmp