about summary refs log tree commit diff
path: root/git/.gitignore
blob: eefa962585709287881698acda6dd264a841adf5 (plain) (blame)
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
# Vim
.netrwhist
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]

# Emacs
*~
.dir-locals.el
\#*\#

# JetBrains
.idea/
cmake-build-*/

# VSCode
.vscode/

# Tags
.[Tt][Aa][Gg][Ss]
[Tt][Aa][Gg][Ss]
![Tt][Aa][Gg][Ss]/

# Misc
*.bak
*.tmp
.ccls-cache/
.clangd/
.gdb_history
.svn/
.wakatime-project
a.out
compile_commands.json
cscope.*
vgcore.*

Consider giving Nix/NixOS a try! <3