-
Notifications
You must be signed in to change notification settings - Fork 1.6k
/
Copy path.gitignore
63 lines (47 loc) · 780 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
54
55
56
57
58
59
60
61
62
63
# OS X nonsense
.DS_Store
# Python compiled files
*.pyc
*.pyo
# vim tmp files
.*.swp
.*.swo
# emacs backup files
.*~
# Build directory and environment
build
env
metastore_db
VERSION_INFO
# Generated configuration
desktop/conf/pseudo-distributed.ini
# ctags file
tags
TAGS
# Third party build files
*.egg-info/
dist/
# Include top level distribution dir
!/dist/
# Crepo fetched them
ext/thirdparty/js/art-widgets/
ext/thirdparty/js/mootools-table/
# Make product
desktop/core/ext-py/lxml/src/lxml/lxml-version.h
/VERSION_DATA
# Common "beeswaxd" product
/metastore_db
/derby.log
# Nose --with-id's file
/.noseids
# Coverage product
/.coverage
/coverage.xml
# Common utility alias
/d
# Database of running server
desktop/desktop.db
app.reg
# logs
/logs
desktop/logs