forked from lizardfs/lizardfs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
61 lines (53 loc) · 1.04 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
*~
.DS_Store
# External libraries #
######################
/external/googletest-release-1.7.0
/external/nfs-ganesha-*
/external/ntirpc-*
# Vim files #
#############
.clang_complete
tags
*.taghl
compile_commands.json
.ycm_extra_conf.py
# Commonly used build directory #
#################################
/build*
# Eclipse project files #
#########################
/.project
/.cproject
/.settings
# KDevelop4 project file #
##########################
*.kdev4
# QtCreator user profiles #
###########################
*.user
# Debian builds #
#################
/Makefile
/debian/files
/debian/*.debhelper
/debian/*.substvars
/debian/*.debhelper.log
/debian/debhelper-build-stamp
/debian/lizardfs-adm/
/debian/lizardfs-cgi/
/debian/lizardfs-cgiserv/
/debian/lizardfs-chunkserver/
/debian/lizardfs-client/
/debian/lizardfs-client3/
/debian/lizardfs-common/
/debian/lizardfs-dbg/
/debian/lizardfs-lib-client/
/debian/lizardfs-master/
/debian/lizardfs-metalogger/
/debian/lizardfs-nfs-ganesha/
/debian/lizardfs-uraft/
/debian/tmp/
# Mypy #
########
.mypy_cache