diff options
author | Emil Lundberg | 2019-05-27 00:19:16 +0200 |
---|---|---|
committer | Emil Lundberg | 2019-05-27 00:19:16 +0200 |
commit | 314bb298c31b481cafd89ebe6529d3ca094f1b61 (patch) | |
tree | f778941c79ece372dc041d01d05c452359add14c /.gitignore | |
download | aur-314bb298c31b481cafd89ebe6529d3ca094f1b61.tar.gz |
Initial commit
There will be many others
But this one is first
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..3efccd3ec7d2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +*.pkg.tar.xz +*.pkg.tar.xz.sig +/gws2/ +/pkg/ +/src/ |