Browse Source

Ignore all dotfiles and binaries.

tags/v2.6.2
Andrew Belt 1 month ago
parent
commit
c79063dbab
1 changed files with 10 additions and 4 deletions
  1. +10
    -4
      .gitignore

+ 10
- 4
.gitignore View File

@@ -1,6 +1,12 @@
# Ignore all dotfiles except git dotfiles
.*
!.git*

# Binaries and build targets
*.a
*.so
*.dylib
*.dll
/build /build
/dep
/dist /dist
/plugin.dylib
/plugin.dll
/plugin.so
.DS_Store

Loading…
Cancel
Save