From 95247dc54cf9119b4658fe77cb2db957c81ec0ce Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sun, 5 May 2024 12:36:33 +0100 Subject: [PATCH] Initial commit --- .gitignore | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 3 +++ 2 files changed, 78 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c8cc5b7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,75 @@ +# ---> Emacs +# -*- mode: gitignore; -*- +*~ +\#*\# +/.emacs.desktop +/.emacs.desktop.lock +*.elc +auto-save-list +tramp +.\#* + +# Org-mode +.org-id-locations +*_archive + +# flymake-mode +*_flymake.* + +# eshell files +/eshell/history +/eshell/lastdir + +# elpa packages +/elpa/ + +# reftex files +*.rel + +# AUCTeX auto folder +/auto/ + +# cask packages +.cask/ +dist/ + +# Flycheck +flycheck_*.el + +# server auth directory +/server/ + +# projectiles files +.projectile + +# directory configuration +.dir-locals.el + +# network security +/network-security.data + + +# ---> 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-* + +# .nfs files are created when an open file is removed but is still being accessed +.nfs* + +# ---> Scheme +*.ss~ +*.ss#* +.#*.ss + +*.scm~ +*.scm#* +.#*.scm + diff --git a/README.md b/README.md new file mode 100644 index 0000000..55b2942 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# guix + +My Guix System Configuration \ No newline at end of file