forked from lizardfs/lizardfs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
49 lines (42 loc) · 812 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
*~
.DS_Store
# External libraries #
######################
/external/gtest-1.7.0
# 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/lizardfs-adm/
/debian/lizardfs-cgi/
/debian/lizardfs-cgiserv/
/debian/lizardfs-chunkserver/
/debian/lizardfs-client/
/debian/lizardfs-common/
/debian/lizardfs-master/
/debian/lizardfs-metalogger/
/debian/tmp/