diff options
| author | Stephen Sinclair <radarsat1@gmail.com> | 2016-02-12 10:58:08 -0300 |
|---|---|---|
| committer | Stephen Sinclair <radarsat1@gmail.com> | 2016-02-12 11:16:50 -0300 |
| commit | 3edab6eaeceacf8ef12c81fa5f7b666bfcca8d11 (patch) | |
| tree | 0c995de470630717cb414c3924f523f4ff0f9989 | |
| parent | 70b95123e8cf93092d23688a65fb276e98d42f5e (diff) | |
Add .gitignore
| -rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a93909f --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +Makefile +*.o +/config +/configure +/Makefile.in +/aclocal.m4 +/autom4te.cache +/configure +/m4 +/doc/Makefile.in +/tests/Makefile.in |
