-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
472 lines (438 loc) · 6.21 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
##
# Mine
##
temp/
tmp/
.rustup
###
# log files/dirs
*.log*
*[lL]ogs/*
### Specific file extensions
*.lock
*.lck
*.jpg
*.jpeg
*.png
*.dat
*.timestamp
*.cache*
*.directory
*.menu
*.tox
*.cache
*.vboxclient-*
*.sqlite3
*.sqlite3-shm
*.sqlite3-wal
### Particular files/dirs
# rkward
.rkward/
# flatpak
.var/
# pipx
.local/pipx
# PEM files of openvpn
.cert*
# Local state, mostly used by pipewire
.local/state
.config/pipewire
# xournal autosave
.config/xournalpp/autosave
# Ruby
.gem
# rvm/ruby
.rvm
#
.electron-gyp/*
#
*__pycache__*
.Xauthority
# it's just a link to Xresources
.Xdefaults
# This file is used to see the entropy when using cryptographic tools, e.g. OpenSSL.
.rnd
# This is my personal dir stack used by gpush/gpop
.gdir.txt
# generated automatically through generate_user_dirs.sh script file
.config/user-dirs.dirs
# generated automatically through generate_from_global_env.sh script file
.config/user-dirs.dirs
.config/taskwarrior/taskrc
.config/i3/config
.config/anacrontab
.config/onedrive/atos/config
.config/onedrive/polimi/config
# history files
.w3m/history
#########
# GUI configs
########
.config/PDFStudio
.config/LanguageTool
.config/Kvantum
.config/MuseScore
.config/Unknown Organization
.config/pavucontrol.ini
.config/qgit/qgit4.conf
.fltk/*
.config/xournalpp/*
.config/syncthing
.config/teams-for-linux
#-----------
#########
# Sensible data files
#########
.config/spotify-tui/client.yml
.config/spotify-tui/.spotify_token_cache.json
.tig_history
.config/private/
.config/irssi/config
.sqlite_history
.mysql_history
.ssh/
.gnupg/
!.gnupg/gpg-agent.conf
.pki/
.emacs.d/
.esd_auth
.bash_history
.bash_eternal_history
.python_history
.wget-hsts
.lesshst
.pockyt
.mycli-history
# Eduroam keys
.cat_installer
# Protonvpn
.pvpn-cli
#-----------
########
# Local others
########
.cache
.local/share/
~/.local/state/
# Used (mainly?) by pip --user
.local/lib
.local/bin
.local/etc
.local/man
# Used by go for my settings
.local/pkg
.local/src
# -----------------
########
# Bin
########
bin/chkrootkit*
bin/tests/*
bin/matlab
bin/mex
bin/go
bin/x/k2pdfopt
bin/x/qtox_git
########
# Other random dirs
########
backup
Downloads
LinuxData
.cargo
########
# Other apps
########
.sage/
.config/spicetify
# openshot
.openshot/
.openshot_qt/
# sage
.sage/cache/
# OBS-studio
.config/obs-studio/
# bundle for ruby
.bundle/
# zotero
.zotero
# pylint
.pylint.d
# Microsoft Teams
.config/Microsoft/Microsoft Teams
.config/teams
# Mendeley
.config/Mendeley Reference Manager
# Opam
.opam
# Contains environment variables, autogenerated by spacemacs
.spacemacs.d/.spacemacs.env
# Contain useless datas
.config/tldr/
# contain logs and cache data
.sncli/
# random desktop and image generated from wine
*wine-extension*
#
.condarc
.conda/*
.anaconda/*
.config/jupyter
.jupyter
.ipython/profile*
.qiskit/qiskitrc
.pyenv
#
.rclonesyncwd
#
.Mathematica
#
.scenebuilder/
# GTK
.gtk-bookmarks
.config/gtk-3.0/bookmarks
.config/gtk-2.0/gtkfilechooser.ini
# Simple screen recorder
.ssr
# Surf browser
.surf
# Webclipse
.webclipse*
# Amule
.aMule
# subversion, not used ATM
.subversion
# Mono files
.config/mono*
.mono
# Chromium Embedding Framework
.config/cef_user_data
# .pylote (draw on screen)
.config/pylote
# smtube
.config/smtube
# enchant, the spell checker for ispell
.config/enchant
# Gimp
.config/GIMP
# FortiClient
.config/FortiClient
# Electron
.config/Electron
# VeraCrypt
.config/VeraCrypt
.VeraCrypt-lock*
#
.config/filezilla/
!.config/filezilla/layout.xml
#
.putty/
#
.config/VirtualBox
# handbrake
.config/ghb
#
.config/GeoGebra
# GUI config
.config/SpeedCrunch
#
.config/onedrive/**/*refresh_token
.config/onedrive/**/*backup
.config/onedrive/**/*hash
# .config/onedrive/atos/*
# .config/onedrive/polimi/*
#
!.config/onedrive/atos/config.template
!.config/onedrive/polimi/config.template
#
.xournal/
!.xournal/config
#
.config/pcmanfm-qt/
#
# don't know why it doesn't work without an * and the ! pattern
# maybe bcz autosave is interpreted as a dir
.config/cmus/*
!.config/cmus/autosave
#
.config/q4wine/
#
.config/transmission-daemon/
#
.config/QtProject.conf
#
.config/htop/
#
.config/dconf/
#
.config/tox/
#
.config/gpick/
#
.config/keepassxc/
# Contains cache, data, configurations
.config/mps-youtube/
#
.config/pavucontrol-qt/
#
.config/zuluCrypt/
#
.config/neomutt/passwords
#
.config/chromium/
# vim plugins, managed by vundle
.config/vim/bundle/
#
.config/calibre/
#
.config/VirtualBox/*.log.*
#
.config/libreoffice/
#
.config/opera/
#
.config/skypeforlinux/
#
.config/smplayer/
#
.config/spotify/
#
.config/texstudio/
#
.config/transmission*/resume/
.config/transmission*/torrents/
#
.config/mailnag/mailnag.cfg
#
.config/pulse/
#
.config/copyq*
!.config/copyq-_0/copyq-_0.conf
#
.config/lxqt/wallets
#
.config/gcalcli/cache
.config/gcalcli/oauth
#
.config/configstore/update-notifier-npm.json
#
.config/gthumb
#
.config/Pinta
#
.config/Florian_Hackenberger
#
.config/stellarium
#
.audacity-data/
#
.wine/
#
.thunderbird/
#
.scuolabook/
#
.npm/
#
.netbeans/
#
.mozilla/
#
.cabal/packages/
#
.dropbox-dist/
#
.dbus/
# ... Eclipse
.eclipse/
.tooling/
#
.swt/
#
.matlab/
#
.goldendict/
#
.java/
#
.jd/
#
.texlive/
#
.config/tmux/plugins/
#.tmux/resurrect/
.macromedia/
#.tmux/resurrect/
.psensor/
#####
# 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*
# Lock files
.lock*
# Backup files
*bak
######
# EMACS
######
# Emacs slime
.slime
.slime-history*
# -*- 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
#####
# VIM
#####
# Swap
# Commented bcz ignore also .scm files
#[._]*.s[a-v][a-z]
[._]*.sw[a-p]
#[._]s[a-v][a-z]
[._]sw[a-p]
# Session
Session.vim
# Temporary
.netrwhist
*~
# Auto-generated tag files
tags