mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-04 09:44:40 +00:00
Add .gitignore for tests directory
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -23,8 +23,6 @@ bld/
|
||||
[Oo]bj/
|
||||
[Ll]og/
|
||||
![Cc]ore/[Ll]og/
|
||||
tests/documentation/verify/
|
||||
tests/documentation/all.odin-doc
|
||||
# Visual Studio 2015 cache/options directory
|
||||
.vs/
|
||||
# Visual Studio Code options directory
|
||||
|
||||
19
tests/.gitignore
vendored
Normal file
19
tests/.gitignore
vendored
Normal file
@@ -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