commit 33a957dd92de27e8edecdbd1816878e06bf83992 Author: Sangbum Kim Date: Tue Mar 1 01:59:59 2016 +0900 added initial gitignore file diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..60f3fa7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,47 @@ + +# Created by https://www.gitignore.io/api/rchlinuxpackages,archives,linux + +#!! ERROR: rchlinuxpackages is undefined. Use list command to see defined gitignore types !!# + +### Archives ### +# It's better to unpack these files and commit the raw source because +# git has its own built in compression methods. +*.7z +*.jar +*.rar +*.zip +*.gz +*.bzip +*.bz2 +*.xz +*.lzma +*.cab + +#packing-only formats +*.iso +*.tar + +#package management formats +*.dmg +*.xpi +*.gem +*.egg +*.deb +*.rpm +*.msi +*.msm +*.msp + + +### Linux ### +*~ + +# temporary files which can be created if a process still has a handle open of a deleted file +.fuse_hidden* + +# KDE directory preferences +.directory + +# Linux trash folder which might appear on any partition or disk +.Trash-* +