From 3aea2dc6fbfc6c1c862b19cf46aa20494b928460 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9onard=20G=C3=A9rard?= Date: Mon, 14 Feb 2011 15:32:56 +0100 Subject: [PATCH] gitignore and todo. --- .gitignore | 6 +++++- todo.txt | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 21fc555..d78b817 100644 --- a/.gitignore +++ b/.gitignore @@ -18,8 +18,12 @@ _build *.c *.h *.o +*.java +*.class +*.log *. *.epci *.epo *.dot -test/*.ml \ No newline at end of file +test/*.ml +test/_check_builds diff --git a/todo.txt b/todo.txt index c0d9cde..fb8a486 100644 --- a/todo.txt +++ b/todo.txt @@ -17,4 +17,4 @@ Plus ou moins ordonné du plus urgent au moins urgent. *- Permettre la définition de constantes locales. -*- Optimiser le reset en utilisant un memcopy ? +*- Optimiser le reset en utilisant un memcopy ? ou autre chose ?