-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
54 lines (45 loc) · 931 Bytes
/
.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
# ignore compiled byte code
target
# ignore output files from testing
output*
# ignore standard Eclipse files
.project
.classpath
.settings
.checkstyle
# ignore standard IntelliJ files
.idea/
*.iml
*.iws
*.ipr
# ignore standard Vim and Emacs temp files
*.swp
*~
# miscellaneous
*.log
infer-out/
# ignore standard Mac OS X files/dirs
.DS_Store
################################################################################
# vim
################################################################################
# swap
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
# session
Session.vim
# temporary
.netrwhist
*~
# auto-generated tag files
tags
# syntastic
.syntastic_clang_tidy_config
.syntastic_cpp_config
################################################################################
# Java
################################################################################
dependency-reduced-pom.xml
.settings/
.classpath
.project