about summary refs log tree commit diff stats
path: root/.gitignore
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2022-10-02 18:52:53 +0000
committerelioat <elioat@tilde.institute>2022-10-02 18:52:53 +0000
commitab5d5539591634d30fbd0f7e9a498f44703c9036 (patch)
tree73b6406484a0cf338ef9059a848f144d0d7ca440 /.gitignore
parent382e8462e5050ac6996fff50a3e498c836c590c7 (diff)
downloadtour-ab5d5539591634d30fbd0f7e9a498f44703c9036.tar.gz
*
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore90
1 files changed, 90 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..7955c53
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,90 @@
+*.o
+
+# Created by https://www.toptal.com/developers/gitignore/api/emacs,macos
+# Edit at https://www.toptal.com/developers/gitignore?templates=emacs,macos
+
+### 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
+
+
+### macOS ###
+# 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
+
+### macOS Patch ###
+# iCloud generated files
+*.icloud
+
+# End of https://www.toptal.com/developers/gitignore/api/emacs,macos