diff options
author | Masaya Tojo <masaya@tojo.tokyo> | 2020-07-08 05:35:52 +0900 |
---|---|---|
committer | Masaya Tojo <masaya@tojo.tokyo> | 2020-07-08 05:35:52 +0900 |
commit | 41d75acbd781bd37829c088c11a7cd457563dc10 (patch) | |
tree | b6888826ea47b5ae67edaadcdf5b495ee2eda79e | |
parent | 96bae65ab624a8e67636a4def6ae0382fa5841dc (diff) |
Add .gitignore file.
-rw-r--r-- | .gitignore | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..830b5ef --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +Makefile +Makefile.in +aclocal.m4 +*.go +*.cache +*.log +config.status +configure +*.tar.gz +pre-inst-env +build-aux/install-sh +build-aux/missing +*.trs |