diff options
author | Richard Neumann | 2019-05-26 14:43:50 +0200 |
---|---|---|
committer | Richard Neumann | 2019-05-26 14:43:50 +0200 |
commit | fe2b375733904cc736681e7c5c458e45360475ea (patch) | |
tree | 87942623841c33111c8c5840dbd6e0393e59f9de | |
parent | dd0770d79203d3b43e371c1f105849e8032bc3aa (diff) | |
download | aur-fe2b375733904cc736681e7c5c458e45360475ea.tar.gz |
Added .gitignore.
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000000..287a9c71a1a5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +pkg/ +src/ +wgmgr +*pkg.tar.xz* |