From 2c7183401cf651979837982a1c89d6cb6ddd2b5a Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 29 Aug 2008 17:04:16 -0400 Subject: [PATCH] Added a .gitignore file Noweb produces a lot of unversioned source files. .gitignore keeps track of them so they don't clutter up your `git status' calls and so on. --- .gitignore | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..81f15fd --- /dev/null +++ b/.gitignore @@ -0,0 +1,31 @@ +# ignore the following autogenerated files: + +accel_k.c +accel_k.h +global.h +k_model.c +k_model.h +k_model_utils +k_model_utils.c +list.c +list.h +Makefile +parse.c +parse.h +sawsim +sawsim.aux +sawsim.bbl +sawsim.blg +sawsim.c +sawsim.log +sawsim.out +sawsim.pdf +sawsim.tex +string_eval.c +string_eval.h +tension_balance.c +tension_balance.h +tension_model.c +tension_model.h +tension_model_utils +tension_model_utils.c -- 2.26.2