diff options
-rw-r--r-- | .gitignore | 7 | ||||
-rw-r--r-- | build/.gitignore | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e97827c --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +# Compiler/linker output. +# +*.o +*.d +*.so +*.a +core diff --git a/build/.gitignore b/build/.gitignore new file mode 100644 index 0000000..1683c0f --- /dev/null +++ b/build/.gitignore @@ -0,0 +1 @@ +bd |