diff options
author | Vito Caputo <vcaputo@gnugeneration.com> | 2017-01-09 23:30:57 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@gnugeneration.com> | 2017-01-10 08:23:59 -0800 |
commit | b2a146120d1634120cc42dc88424cac6a01f3a8c (patch) | |
tree | 2a991a5fc689ea58b4316520232edbceb641e34c /.gitignore | |
parent | 95e3dc7744b637f6491cab84b671cdf5825bfdcc (diff) |
*: add .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8a353c1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +*.[oa] +*.swp +Makefile +.deps/ +config.log +config.status +rototiller +TAGS +tags +autom4te.cache/ +*.tar.gz |