forked from enigma-dev/enigma-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
executable file
·72 lines (64 loc) · 1.12 KB
/
.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
69
70
71
72
/ENIGMA/
/openjdk/
/emake*
/test-runner
/emake-tests
/gm2egm
/LinuxExtra/
/android/
/MacOS/build/Release/EnigmaXcode.app/Contents/Info.plist
/MacOS/build/Release/EnigmaXcode.app/Contents/Resources/*
/definitions.h
/coverage_*.info
/libEGM.*
/libProtocols.*
/shared/protos/google
/CommandLine/emake/google
/shared/protos/build/
/shared/protos/codegen
/CommandLine/libEGM/build/
/ENIGMAsystem/SHELL/API_Switchboard.h
/ENIGMAsystem/SHELL/Preprocessor_Environment_Editable/
/ENIGMAsystem/SHELL/ENIGMAengine
/ENIGMAsystem/SHELL/.objs
/ENIGMAsystem/additional/
/ENIGMAsystem/Additional/
.deps
.eobjs/
/plugins/
/CompilerSource/bin/
/CompilerSource/JDI/dox/
/CompilerSource/JDI/test/defines_linux.txt
/CompilerSource/JDI/test/defines_mingw.txt
/CompilerSource/stupidity-buffer/obj
/shared/lunasvg/3rdparty/plutovg/Makefile
/shared/lunasvg/Makefile
/shared/lunasvg/include/Makefile
/shared/lunasvg/source/Makefile
.DS_Store
CMakeCache.txt
cmake_install.cmake
CMakeFiles
ValgrindOut.xml
output_log.txt
hs_err_pid*.log
*.stackdump
*.a
*.class
*.o
*.d
*.db
*.depend
*.gch
*.so
*.dll
*.dylib
*.exe
*.jar
*.log
*.ini
*.res
*.cbTemp
*.layout
*.epackage
*~