diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-03-15 06:22:59 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-03-15 06:27:29 (EDT) |
commit | a3356b9781e1dd362ecc7cd2c4c2cf20a893a4b6 (patch) | |
tree | e8c66c96b02ba062ec8692b15d2c1092ce6a0db5 /.gitignore | |
parent | 215ecac2af2811874e563c6225bd38fc1564b5e1 (diff) | |
download | dodge-balls-a3356b9781e1dd362ecc7cd2c4c2cf20a893a4b6.zip dodge-balls-a3356b9781e1dd362ecc7cd2c4c2cf20a893a4b6.tar.gz dodge-balls-a3356b9781e1dd362ecc7cd2c4c2cf20a893a4b6.tar.bz2 |
.gitignore, games/classic/.gitignore: Add
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c188043 --- /dev/null +++ b/.gitignore @@ -0,0 +1,35 @@ +# 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/* +!/build-aux/tap-driver.sh +/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 +/dodge-balls +/dodge-balls-*.tar* +/dodge-balls-*/ +/test-suite.log +/MD5SUMS +/SHA256SUMS |