fedora-csb-system-manager
1# Created by https://www.toptal.com/developers/gitignore/api/linux,windows,macos,emacs
2# Edit at https://www.toptal.com/developers/gitignore?templates=linux,windows,macos,emacs
3
4### Emacs ###
5# -*- mode: gitignore; -*-
6*~
7\#*\#
8/.emacs.desktop
9/.emacs.desktop.lock
10*.elc
11auto-save-list
12tramp
13.\#*
14
15# Org-mode
16.org-id-locations
17*_archive
18
19# flymake-mode
20*_flymake.*
21
22# eshell files
23/eshell/history
24/eshell/lastdir
25
26# elpa packages
27/elpa/
28
29# reftex files
30*.rel
31
32# AUCTeX auto folder
33/auto/
34
35# cask packages
36.cask/
37dist/
38
39# Flycheck
40flycheck_*.el
41
42# server auth directory
43/server/
44
45# projectiles files
46.projectile
47
48# directory configuration
49.dir-locals.el
50
51# network security
52/network-security.data
53
54
55### Linux ###
56
57# temporary files which can be created if a process still has a handle open of a deleted file
58.fuse_hidden*
59
60# KDE directory preferences
61.directory
62
63# Linux trash folder which might appear on any partition or disk
64.Trash-*
65
66# .nfs files are created when an open file is removed but is still being accessed
67.nfs*
68
69### macOS ###
70# General
71.DS_Store
72.AppleDouble
73.LSOverride
74
75# Icon must end with two \r
76Icon
77
78
79# Thumbnails
80._*
81
82# Files that might appear in the root of a volume
83.DocumentRevisions-V100
84.fseventsd
85.Spotlight-V100
86.TemporaryItems
87.Trashes
88.VolumeIcon.icns
89.com.apple.timemachine.donotpresent
90
91# Directories potentially created on remote AFP share
92.AppleDB
93.AppleDesktop
94Network Trash Folder
95Temporary Items
96.apdisk
97
98### macOS Patch ###
99# iCloud generated files
100*.icloud
101
102### Windows ###
103# Windows thumbnail cache files
104Thumbs.db
105Thumbs.db:encryptable
106ehthumbs.db
107ehthumbs_vista.db
108
109# Dump file
110*.stackdump
111
112# Folder config file
113[Dd]esktop.ini
114
115# Recycle Bin used on file shares
116$RECYCLE.BIN/
117
118# Windows Installer files
119*.cab
120*.msi
121*.msix
122*.msm
123*.msp
124
125# Windows shortcuts
126*.lnk
127
128# End of https://www.toptal.com/developers/gitignore/api/linux,windows,macos,emacs