diff options
author | David Barksdale <amatus@amat.us> | 2019-01-01 17:57:24 -0600 |
---|---|---|
committer | David Barksdale <amatus@amat.us> | 2019-01-01 17:57:24 -0600 |
commit | e05d90be8cf4b5e2144253ee839832565045abe6 (patch) | |
tree | 30fc211115776a7d6fa86a6ed000a2a1e0053a28 /.gitignore |
This seems to be interpreting everything in some pdf files I have
generated from McCAD (via printing to postscript) except for text.
The scale also needs to be considered.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b8cc848 --- /dev/null +++ b/.gitignore @@ -0,0 +1,29 @@ +*.o +*~ +.* +Debug +Makefile +Makefile.in +aclocal.m4 +autom4te.cache +config.guess +config.h +config.h.in +config.log +config.status +config.sub +configure +configure.in +depcomp +install-sh +intltool-extract +intltool-extract.in +intltool-merge +intltool-merge.in +intltool-update +intltool-update.in +libtool +ltmain.sh +missing +mkinstalldirs +stamp-h1 |