diff options
| author | Ned T. Crigler <crigler@users.sourceforge.net> | 2014-08-03 17:46:29 -0700 |
|---|---|---|
| committer | Ned T. Crigler <crigler@users.sourceforge.net> | 2014-08-03 17:46:29 -0700 |
| commit | 3fb977f175c747b4c5988559eadbf3d3b534a8c0 (patch) | |
| tree | 665e0c936cde5cb5611b3c3726bd87a0b040aa03 | |
| parent | b5b466f9823b0ae30a85b08c5db54d7be9241b59 (diff) | |
Add .gitignore file.
| -rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..179c25f --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# Files generated by configure + +/Makefile +/config.h +/config.log +/config.status +/configure.lineno + +# Files generated by make +*.o +/dtach |
