Browse Source

Rewrite .gitignore

v2
Andrew Belt 3 weeks ago
parent
commit
bb25fdcd97
1 changed files with 16 additions and 6 deletions
  1. +16
    -6
      .gitignore

+ 16
- 6
.gitignore View File

@@ -1,7 +1,17 @@
MacOSX*.sdk.tar.*
local/
plugin-build/
Rack-SDK-*/
osxcross/
# Ignore all dotfiles except git dotfiles
.*
!.git*

# File extensions
*.xz
*.bz2
*.gz
*.log
.config*

# Build target folders
/local
/plugin-build
/osxcross
/crosstool-ng-*
/Rack-SDK-*
/MacOSX*.sdk.tar.*

Loading…
Cancel
Save