mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
+1
-3
@@ -17,13 +17,12 @@
|
|||||||
[Rr]eleases/
|
[Rr]eleases/
|
||||||
x64/
|
x64/
|
||||||
x86/
|
x86/
|
||||||
|
!/core/simd/x86
|
||||||
bld/
|
bld/
|
||||||
[Bb]in/
|
[Bb]in/
|
||||||
[Oo]bj/
|
[Oo]bj/
|
||||||
[Ll]og/
|
[Ll]og/
|
||||||
![Cc]ore/[Ll]og/
|
![Cc]ore/[Ll]og/
|
||||||
tests/documentation/verify/
|
|
||||||
tests/documentation/all.odin-doc
|
|
||||||
# Visual Studio 2015 cache/options directory
|
# Visual Studio 2015 cache/options directory
|
||||||
.vs/
|
.vs/
|
||||||
# Visual Studio Code options directory
|
# Visual Studio Code options directory
|
||||||
@@ -31,7 +30,6 @@ tests/documentation/all.odin-doc
|
|||||||
# Uncomment if you have tasks that create the project's static files in wwwroot
|
# Uncomment if you have tasks that create the project's static files in wwwroot
|
||||||
#wwwroot/
|
#wwwroot/
|
||||||
demo
|
demo
|
||||||
benchmark
|
|
||||||
|
|
||||||
# MSTest test Results
|
# MSTest test Results
|
||||||
[Tt]est[Rr]esult*/
|
[Tt]est[Rr]esult*/
|
||||||
|
|||||||
@@ -0,0 +1,19 @@
|
|||||||
|
# Ignore all files.
|
||||||
|
*
|
||||||
|
|
||||||
|
# Un-ignore all directories.
|
||||||
|
!*/
|
||||||
|
|
||||||
|
# Un-ignore files with an extension.
|
||||||
|
#
|
||||||
|
# In conjunction with the first two rules, this should catch extensionless
|
||||||
|
# binaries on the UNIX-like platforms.
|
||||||
|
!*.*
|
||||||
|
|
||||||
|
# But remember to ignore executables with an extension.
|
||||||
|
*.exe
|
||||||
|
*.bin
|
||||||
|
|
||||||
|
# Ignore documentation-related files.
|
||||||
|
/documentation/verify/
|
||||||
|
/documentation/all.odin-doc
|
||||||
Reference in New Issue
Block a user