From: W. Trevor King Date: Fri, 29 Aug 2008 21:04:16 +0000 (-0400) Subject: Added a .gitignore file X-Git-Tag: v0.5~14 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2c7183401cf651979837982a1c89d6cb6ddd2b5a;p=sawsim.git 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. --- 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