forked from SpaceVim/SpaceVim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
57 lines (55 loc) · 1.06 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
!0/
.spacevim.log
doc/tags
doc/tags-cn
.ropeproject/
wiki/.git
*.class
.floo
.meta/
*.pyc
.flooignore
*.netrwhist
*-rplugin~
*rplugin.vim
.SpaceVim.log
docs/_site/*
docs/Gemfile.lock
# Ignore tags created by etags, ctags, gtags (GNU global) and cscope
TAGS
.TAGS
!TAGS/
tags
.tags
!tags/
gtags.files
GTAGS
GRTAGS
GPATH
GSYMS
cscope.files
cscope.out
cscope.in.out
cscope.po.out
build/
public/
.coverage.covimerage
*.swp
.gtm/
.metadata/
jdt.ls-java-project/
# generated by rustfmt.vim
# https://github.com/rust-lang/rust.vim/blob/master/autoload/rustfmt.vim#L110
view/
.vim-bookmarks
# ignore cache
.cache/
.xmake/
# bundle javacomplet2
bundle/vim-javacomplete2/libs/javavi/.classpath
bundle/vim-javacomplete2/libs/javavi/.factorypath
bundle/vim-javacomplete2/libs/javavi/.project
bundle/vim-javacomplete2/libs/javavi/.settings/org.eclipse.core.resources.prefs
bundle/vim-javacomplete2/libs/javavi/.settings/org.eclipse.jdt.apt.core.prefs
bundle/vim-javacomplete2/libs/javavi/.settings/org.eclipse.jdt.core.prefs
bundle/vim-javacomplete2/libs/javavi/.settings/org.eclipse.m2e.core.prefs