From 091912aae2796e5af774b8c83cccc46a9fc9bfda Mon Sep 17 00:00:00 2001 From: Sangbum Kim Date: Mon, 29 Feb 2016 22:17:59 +0900 Subject: [PATCH] added initial ignore file --- .gitignore | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 .gitignore 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-* +