From 3c1992331486bafdaf60be54532df12b12e9de97 Mon Sep 17 00:00:00 2001 From: Guillaume Poirier-Morency Date: Sat, 25 Oct 2014 14:03:48 -0400 Subject: [PATCH 1/2] Added a gitignore for Anjuta IDE http://anjuta.org/ --- Global/Anjuta.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Global/Anjuta.gitignore diff --git a/Global/Anjuta.gitignore b/Global/Anjuta.gitignore new file mode 100644 index 00000000..71124ae5 --- /dev/null +++ b/Global/Anjuta.gitignore @@ -0,0 +1,2 @@ +# Local configuration folder +/.anjuta/ From 8bdd66a95d0a12751e6534598bfd9ed2f5dfcbb9 Mon Sep 17 00:00:00 2001 From: Guillaume Poirier-Morency Date: Fri, 7 Nov 2014 14:09:57 -0500 Subject: [PATCH 2/2] Ignore the symbole database which is a generated binary file. --- Global/Anjuta.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Global/Anjuta.gitignore b/Global/Anjuta.gitignore index 71124ae5..20dd42c5 100644 --- a/Global/Anjuta.gitignore +++ b/Global/Anjuta.gitignore @@ -1,2 +1,3 @@ -# Local configuration folder +# Local configuration folder and symbol database /.anjuta/ +/.anjuta_sym_db.db