diff options
author | Karel Kočí <cynerd@email.cz> | 2018-08-12 17:59:27 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2018-08-12 18:01:14 +0200 |
commit | 588975f959edf6eaae917963d12d2a73fee843b5 (patch) | |
tree | 3a4b6eabbe0b12d8afe6836dbd827903386602ca /.gitignore | |
download | alpine-personal-pkgs-588975f959edf6eaae917963d12d2a73fee843b5.tar.gz alpine-personal-pkgs-588975f959edf6eaae917963d12d2a73fee843b5.tar.bz2 alpine-personal-pkgs-588975f959edf6eaae917963d12d2a73fee843b5.zip |
Add initial package (shellrc)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9313b04 --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +*.apk +*.gz +*.tgz +*.bz2 +*.tbz2 +*.zip +*.tags +*.xz +*.part +*.tar +src +pkg +pkg-* +build.log +core +!core/ |