forked from mapeditor/tiled
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
68 lines (57 loc) · 847 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
64
65
66
67
68
# General build artifacts
build/
bin/
lib/
Makefile*
*.o
*.qm
*.moc
moc_predefs.h
moc_*.cpp
ui_*.h
qrc_*
*.qmlc
default/
moc_predefs.h
# Build artifacts on Windows
*.dll
*.obj
*.a
*.lib
*.exp
*.intermediate.manifest
*.exe
*.ilk
*.pdb
*uic_wrapper.bat
# Build artifacts on Mac
.qmake.stash
translations/phony_target.app
# Mac stuff
*.DS_Store
# IDE files
*.pro.user*
*.qbs.user*
tests/mapreader/mapreader
tests/staggeredrenderer/staggeredrenderer
# Ronn html outputs
man/*.1.html
# Doxygen and Sphinx
html/
docs/_build/html/
docs/_build/gettext/.doctrees
docs/_build/doctrees/
*.mo
# tsdoc generation results
docs/scripting-doc/out/
docs/scripting-doc/node_modules
# Work-in-progress worktrees
wip/
util/java/tmxviewer-java/target
util/java/libtiled-java/target
/util/java/target/
# Linux perf/debugging
gmon.out
# Vim files
*.swp
*.swo