Browse Source

Ignore dotfiles. Reorganize .gitignore.

tags/v2.6.1
Andrew Belt 2 months ago
parent
commit
f617ed1d03
1 changed files with 9 additions and 4 deletions
  1. +9
    -4
      .gitignore

+ 9
- 4
.gitignore View File

@@ -1,4 +1,8 @@
.DS_Store
# Ignore all dotfiles except git dotfiles
.*
!.git*

# Binaries and build targets
*.a
*.so
*.dylib
@@ -7,13 +11,14 @@
*.res
*.d
*.dSYM
/build
/Rack
/dep
/dist

# Rack folders
/plugins
/disabledplugins
/build
/dist
/patches
/presets
/licenses


Loading…
Cancel
Save