diff options
author | Charlotte Van Petegem | 2019-04-27 12:53:10 +0200 |
---|---|---|
committer | Charlotte Van Petegem | 2019-04-27 12:54:39 +0200 |
commit | 46133a04754301fdf8cf62034df84d05b44a485d (patch) | |
tree | d209e018fbe5dd1bd9d3c711ad6b279613877842 | |
parent | 40077ca63488971cd601d3680843d91f0844a27f (diff) | |
download | aur-46133a04754301fdf8cf62034df84d05b44a485d.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 00000000000..bf2bc45f364 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +src/ +pkg/ +taglib/ +*.tar* |