Skip to content

Commit

Permalink
simplified .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
samdeane committed Aug 25, 2024
1 parent ebe7f85 commit 3ef74a3
Showing 1 changed file with 1 addition and 46 deletions.
47 changes: 1 addition & 46 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,57 +1,12 @@
# A template for git ignore

# Mac OS X Finder and whatnot
.DS_Store


# Sparkle distribution Private Key (Don't check me in!)
dsa_priv.pem


# XCode (and ancestors) per-user config (very noisy, and not relevant)
*.mode1
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspective
*.perspectivev3
!default.perspectivev3
*.pbxuser
!default.pbxuser
# XCode
*xcuserdata*
*.xcuserdatad
*.xccheckout
*.xcscmblueprint

# Generated files
VersionX-revision.h

# Swift Package Manager
Packages/
.build

# build products
build/
*.o

# Other source repository archive directories (protects when importing)
.hg
.svn
CVS

# automatic backup files
*~.nib
*.swp
*~
*~.rtf
*.orig
*(Autosaved).rtfd/
Backup[ ]of[ ]*.pages/
Backup[ ]of[ ]*.key/
Backup[ ]of[ ]*.numbers/


# compiled python
*.pyc
test-build

0 comments on commit 3ef74a3

Please sign in to comment.