forked from widelands/widelands
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
49 lines (39 loc) · 770 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
# Scripting documentation ignores
/doc/sphinx/build/
/doc/sphinx/source/autogen*
/doc/sphinx/source/auxiliary.rst
# Local defaults for compile.sh
.compile*
# the compile.sh file creates some files, links and directories
/build
/auto_dependencies
/data/datadirversion
update.sh
/widelands
/widelands.exe
wl_map*_info
wl_create_spritesheet
wl_map*_info.exe
wl_create_spritesheet.exe
locale
VERSION
# Local KDevelop settings files
**/.kdev_include_paths
# Python compiled files.
*.pyc
# OS-X Meta Files
.DS_Store
# QT Creator settings
CMakeLists.txt.user*
# Visual Studio settings + VS Code
/.vs
/.vscode
CMakeSettings.json
# Profilers
gmon.out
# Validation checks
/po_validation
/clang-tidy.log
/clangtidy
# Saveloading compatibility test cases
/test/save/*.wgf