Merge pull request #4053 from Feoramund/fix-gitignore

Fix `.gitignore`
This commit is contained in:
Jeroen van Rijn
2024-08-12 21:34:26 +02:00
committed by GitHub
2 changed files with 20 additions and 3 deletions
+19
View 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