-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy path.gitignore
99 lines (85 loc) · 1.62 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
# Compiled Lua sources
luac.out
# luarocks build files
*.src.rock
*.zip
*.tar.gz
# Object files
*.o
*.os
*.ko
*.obj
*.elf
# Precompiled Headers
*.gch
*.pch
# Libraries
*.lib
*.a
*.la
*.lo
*.def
*.exp
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
# vimdoc tags
doc/tags
# Working dirs and test files
tmp/*
scripts/tmp/*
scripts/lazyman-test.yaml
# Neovide leaves a backtrace when it crashes
neovide_backtraces*
# Neovim plugins can leave behind some cruft
.null-ls*
# Lazyman generated files
.initialized
.nvimdirs
lua/configuration-new.lua
lua/configuration-orig.lua
lua/configuration-prev.lua
logs/*
!logs/README.md
# Users can add configuration patches, we ship some
scripts/nvims
scripts/patches/*
!scripts/patches/nvim-Allaman.patch
!scripts/patches/nvim-Beethoven.patch
!scripts/patches/nvim-Cosmic.patch
!scripts/patches/nvim-Enrique.patch
!scripts/patches/nvim-Josean.patch
!scripts/patches/nvim-JustinLvim.patch
!scripts/patches/nvim-JustinNvim.patch
!scripts/patches/nvim-JustinOhMy.patch
!scripts/patches/nvim-Kristijan.patch
!scripts/patches/nvim-LaTeX.patch
!scripts/patches/nvim-LunarVim.patch
!scripts/patches/nvim-LvimAdib.patch
!scripts/patches/nvim-LvimIde.patch
!scripts/patches/nvim-Maddison.patch
!scripts/patches/nvim-Magidc.patch
!scripts/patches/nvim-NV-IDE.patch
!scripts/patches/nvim-Nyoom.patch
!scripts/patches/nvim-OnMyWay.patch
!scripts/patches/nvim-SeniorMars.patch
!scripts/patches/nvim-Shuvro.patch
!scripts/patches/README.md
#do not ignore .github directory
!.github
# vim files
.*.sw[a-z]
*.un~
Session.vim
.netrwhist
tmux*log
.DS_Store