From e2e48b6bc6524e1c74ef9aa04fbb66f59892a0f2 Mon Sep 17 00:00:00 2001 From: Christian Van Wambeke Date: Wed, 10 Sep 2014 13:27:32 +0200 Subject: [PATCH] add .gitignore --- .gitignore | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..36597d4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +# Compiled source +################# +*.pyc +*.pyo + +# Edition bak +################# +*~ +*.old +*_old + +# CASTEM +################# +UTILNOTI +UTILPROC +fort.98 + +# AUTOTOOLS +################# +Makefile.in +Makefile + -- 2.39.2