forked from Banderi/Ozymandias_Julius
-
-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy path.gitignore
More file actions
63 lines (56 loc) · 855 Bytes
/
Copy path.gitignore
File metadata and controls
63 lines (56 loc) · 855 Bytes
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
# IDE data
.kdev4
*.kdev4
.vs
.vscode
.idea
/CMakeSettings.json
CMakeUserPresets.json
# Generated resources
src/platform/version.c
res/version.rc
res/version.txt
res/akhenaten.icns
# Build output and data directories
/build*/
out/
cmake-build-*
/ext/SDL2/**
*~
*.swp
/android/.gradle
/android/.idea
/android/SDL2
/android/akhenaten/build
# Android
*.iml
.gradle
local.properties
.DS_Store
/captures
.externalNativeBuild
.cxx/
distribution/
*.log
/wiki/*
/akhenaten-extra/*
/akhenaten.wiki/*
doc
/doc/*
*.ods#
*.lnk
# Local remake / mission planning docs (keep on disk, do not track)
/REMAKE_*.md
/MISSION_*.md
# Tools
/tools/*
!/tools/*.zip
!/tools/*.7z
!/tools/akhenaten-updater/
!/tools/akhenaten-updater/**
/bin_x64
/ext/include
/ext/lib/x64
/ext/lib/x86
/ext/cpptrace
/ext/openssl