diff options
author | P. J. McDermott <pj@pehjota.net> | 2015-10-26 23:50:50 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2015-10-26 23:59:45 (EDT) |
commit | 1302fa5666a62078ebdf67ebbb1635097fc38c56 (patch) | |
tree | bce1dcc403696af9c0f75a8cb1ea3aff0d02fc6b | |
parent | 250d1492b50e30223414ac198c47abc6adf7770b (diff) | |
download | firman.sh-1302fa5666a62078ebdf67ebbb1635097fc38c56.zip firman.sh-1302fa5666a62078ebdf67ebbb1635097fc38c56.tar.gz firman.sh-1302fa5666a62078ebdf67ebbb1635097fc38c56.tar.bz2 |
.gitignore: New file
-rw-r--r-- | .gitignore | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a6ea2b6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,27 @@ +# Swap and backup files +*.s[a-w]? +*.vim +*~ +*.orig + +# Files generated by aclocal, autoconf, and automake +aclocal.m4 +autom4te.cache/ +configure +build-aux/ +ChangeLog +INSTALL +Makefile.in + +# Files generated by configure +config.log +config.status +Makefile +config.sh +stamp-h1 + +# Files generated by Makefile +.dirstamp +firman +*.tar* +firman.sh-*/ |