diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2023-04-12 02:01:12 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2023-04-12 02:01:12 (EDT) |
commit | 2710882a528c5e68cf8a647d5b6d3f100d52a9ff (patch) | |
tree | 8cf60c06607c8e6b88527976f8494cbd698dee7b /.gitignore |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..12aa9dd --- /dev/null +++ b/.gitignore @@ -0,0 +1,33 @@ +# Swap and backup files +*.s[a-w]? +*.vim +*~ +*.orig + +# Files generated by aclocal, autoconf, and automake +/aclocal.m4 +/autom4te.cache/ +/configure +/config.h.in +/build-aux/* +/ChangeLog +/INSTALL +Makefile.in + +# Files generated by configure +/config.log +/config.status +Makefile +/config.h +/stamp-h1 + +# Files generated by Makefile +.deps +.dirstamp +*.o +/version.c +/opkg-opk +/opkg-opk-*.tar* +/opkg-opk-*/ +/MD5SUMS +/SHA256SUMS |