From 5ca3b7efab78a905eee52727a39202a53a05482e Mon Sep 17 00:00:00 2001 From: ronny abraham Date: Thu, 28 Nov 2024 02:48:48 +0200 Subject: [PATCH] initial --- .gitignore | 103 +++++++++++++++++++++++++++++++++++++++++++++++++++++ toc.org | 6 ++++ 2 files changed, 109 insertions(+) create mode 100644 .gitignore create mode 100644 toc.org diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..11d6db4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,103 @@ +# Created by https://www.toptal.com/developers/gitignore/api/vim,emacs,osx +# Edit at https://www.toptal.com/developers/gitignore?templates=vim,emacs,osx + +### 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 + + +### OSX ### +# General +.DS_Store +.AppleDouble +.LSOverride + +# Icon must end with two \r +Icon + +# Thumbnails +._* + +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns +.com.apple.timemachine.donotpresent + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk + +### Vim ### +# Swap +[._]*.s[a-v][a-z] +!*.svg # comment out if you don't need vector files +[._]*.sw[a-p] +[._]s[a-rt-v][a-z] +[._]ss[a-gi-z] +[._]sw[a-p] + +# Session +Session.vim +Sessionx.vim + +# Temporary +.netrwhist +# Auto-generated tag files +tags +# Persistent undo +[._]*.un~ + +# End of https://www.toptal.com/developers/gitignore/api/vim,emacs,osx diff --git a/toc.org b/toc.org new file mode 100644 index 0000000..b84fd8c --- /dev/null +++ b/toc.org @@ -0,0 +1,6 @@ +#+title: Missing Semester IAP 2020 +#+HTML_HEAD: +#+HTML_HEAD: + +* Links +- [[../../course-listings.org][Courses Listing]]