diff options
-rw-r--r-- | .gitignore | 14 | ||||
-rw-r--r-- | doc/.gitignore | 2 |
2 files changed, 16 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..f8c742ae --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +*~ + +*.d +*.o +*.a +*.so +*.so.* +TAGS + +autom4te.cache/ +/config.log +/config.make +/config.status +/version.h diff --git a/doc/.gitignore b/doc/.gitignore new file mode 100644 index 00000000..aee7bb93 --- /dev/null +++ b/doc/.gitignore @@ -0,0 +1,2 @@ +/*.info +/*.info-* |