forked from dheerendra1/dava.framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
71 lines (69 loc) · 1.58 KB
/
.gitignore
File metadata and controls
71 lines (69 loc) · 1.58 KB
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
69
70
71
# a comment - this is ignored
#*.a # no .a files
#!lib.a # but do track lib.a, even though you're ignoring .a files above
#/TODO # only ignore the root TODO file, not subdir/TODO
build/ # ignore all files in the build/ directory
/build # ignore all files in the build/ directory
/build/ # ignore all files in the build/ directory
_build/ # ignore all files in the _build/ directory
cmake_build/
cmake_repo/
cmake_prebuilt/
xcuserdata/
/xcuserdata
/xcuserdata/
$process/
/$process
/$process/
.DS_Store
*.pbxuser
#doc/*.txt # ignore doc/notes.txt, but not doc/server/arch.txt
Documentation/doxygen/*
Debug
Debug_Win32
DebugQt
_DebugQt
Release
Release_Win32
ReleaseQt
_ReleaseQt
_build*
.build*
*Generated*
*.vcxproj.user
*.suo
*.sdf
*.opensdf
*.ipch
!*.cpp
!*.h
ddd
/ParticleEditorGraphIssues/
/scene_sample/
/scene_sample_multi/
/testproj/
fmod.log
*.user
/DavaConfig.in
*.xccheckout
Projects/UnitTests/android/assets
Projects/UnitTests/android/.settings/*
.vs
AppPackages
!/Libs/lib_CMake/win10/arm/Debug
!/Libs/lib_CMake/win10/arm/Release
!/Libs/lib_CMake/win10/x64/Debug
!/Libs/lib_CMake/win10/x64/Release
!/Libs/lib_CMake/win10/Win32/Debug
!/Libs/lib_CMake/win10/Win32/Release
!/Libs/lib_CMake/win/x86/Release
!/Libs/lib_CMake/win/x86/Debug
!/Libs/lib_CMake/win/x64/Release
!/Libs/lib_CMake/win/x64/Debug
!/Sources/Internal/Debug
Projects/TestBed/android/assets/
Projects/TestBed/android/obj/
Projects/TestBed/android/bin/
Projects/TestBed/android/libs/
Projects/TestBed/android/gen/
Projects/TestBed/android/.settings/