diff options
author | Nicola Squartini | 2018-10-18 22:56:32 +0200 |
---|---|---|
committer | Nicola Squartini | 2018-10-18 22:56:32 +0200 |
commit | 2df7d463815a9f6daceeac121ae2df03c52a34c9 (patch) | |
tree | 60a04305a65e4dee7b965ac4e837df75016614af /.gitignore | |
download | aur-2df7d463815a9f6daceeac121ae2df03c52a34c9.tar.gz |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000000..fa375169f282 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +/*.log +/grin/ +/grin-git-*.pkg.tar.* +/pkg/ +/src/ |