From 026de1ce65f6f8ddf402530f5ad7743679584e81 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Sun, 12 Nov 2017 11:47:51 +0100 Subject: [PATCH] Added .gitignore, removed version from comment. --- .gitignore | 1 + src/macros/xsection.lym | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..212c154 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +tests/run_dir diff --git a/src/macros/xsection.lym b/src/macros/xsection.lym index a209a2b..dfb28d9 100644 --- a/src/macros/xsection.lym +++ b/src/macros/xsection.lym @@ -25,9 +25,6 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # -# Version 2.0 (2017-04-14) -# - # A feasibility study for a cross section generation using # boolean operations. See "cmos.xs" for a brief description of the # commands available and some examples.