Skip to content

Commit

Permalink
Cleanup ignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
johnstonskj committed Jul 8, 2022
1 parent 7ee4e51 commit 982e923
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 4 deletions.
Binary file removed .DS_Store
Binary file not shown.
89 changes: 85 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,57 @@
# -*- mode: gitignore; -*-

### Emacs ###

*~
\#*\#
/.emacs.desktop
/.emacs.desktop.lock
*.elc
auto-save-list
tramp
.\#*

# Org-mode
.org-id-locations
*_archive

# flymake-mode
*_flymake.*

# eshell files
/eshell/history
/eshell/lastdir

# elpa packages
/elpa/

# reftex files
*.rel

# AUCTeX auto folder
/auto/

# cask packages
.cask/
dist/

# Flycheck
flycheck_*.el

# server auth directory
/server/

# projectiles files
.projectile

# directory configuration
.dir-locals.el

# network security
/network-security.data

### Rust ###

# Generated by Cargo
# will have compiled files and executables
/target/
Expand All @@ -6,10 +60,37 @@
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk
### IDEA ###

.idea/

/*.iml

### macOS ###

# General
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon

# IDE Created
.idea
# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
Expand Down

0 comments on commit 982e923

Please sign in to comment.