diff options
author | Daniel Peukert | 2020-04-10 03:21:45 +0200 |
---|---|---|
committer | Daniel Peukert | 2020-04-10 03:21:45 +0200 |
commit | f954656e732d0ec9fa032e04633fadae422b610f (patch) | |
tree | c48862008605e524fc4fded2b3df5176163be083 /.gitignore | |
parent | 5323f693d152d46eb01b517bbafd0520a0ebcaa3 (diff) | |
download | aur-f954656e732d0ec9fa032e04633fadae422b610f.tar.gz |
Added ocaml-utop & dependencies
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000000..82b3c183d5d --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +# from https://github.com/github/gitignore/blob/master/ArchLinuxPackages.gitignore +*.tar +*.tar.* +*.rpm +*.jar +*.exe +*.msi +*.zip +*.tgz +*.log +*.log.* +*.sig + +*/ |