diff options
author | Bertrand C | 2018-11-13 14:03:36 +0100 |
---|---|---|
committer | Bertrand C | 2018-11-13 14:03:36 +0100 |
commit | 2dcf40d3be9c629d136ab10bd7c5e745f7ae0da1 (patch) | |
tree | 01a3b6a0887f077bf975430e89127d8545ab36bd | |
parent | 6e2e05c5962d8a8e58efc1c88798dba0fa3ba4ac (diff) | |
download | aur-2dcf40d3be9c629d136ab10bd7c5e745f7ae0da1.tar.gz |
Add: .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..82cd157cfee6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.tar.xz +*.jar +src/ +pkg/ |