Added a .gitignore file
authorW. Trevor King <wking@drexel.edu>
Fri, 29 Aug 2008 21:04:16 +0000 (17:04 -0400)
committerW. Trevor King <wking@drexel.edu>
Fri, 29 Aug 2008 21:04:16 +0000 (17:04 -0400)
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 [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..81f15fd
--- /dev/null
@@ -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