forked from Villavu/Simba
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
41 lines (38 loc) · 723 Bytes
/
.gitignore
File metadata and controls
41 lines (38 loc) · 723 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
*.exe
*.bat
*.trc
*.lps
*.DS_Store
backup/
/build/
/Includes/
/Plugins/
/Scripts/
/Data/
/Fonts/
/Screenshots
/Simba*
/libssl*
/libcrypto*
/DocGen/source/api*
!/DocGen/source/api/index.rst
/DocGen/build/_static/*
!/DocGen/build/_static/custom.css
/DocGen/build/search.html
/DocGen/build/searchindex.js
/DocGen/build/.doctrees
/DocGen/build/_sources
/DocGen/build/api
/DocGen/build/tutorials
/DocGen/build/.buildinfo
/DocGen/build/.nojekyll
/DocGen/build/genindex.html
/DocGen/build/index.html
/DocGen/build/objects.inv
/DocGen/build/_images
/DocGen/build/plugins
/DocGen/build/simba
/Source/ide/codetools/test/lib
/Source/ide/codetools/test/test.exe
/Source/ide/codetools/test/test.lps
/Source/ide/codetools/test/backup