Skip to content

Commit

Permalink
Cleanup .gitignore
Browse files Browse the repository at this point in the history
The .gitignore file contained ambiguous, duplicate and redundant entries.
  • Loading branch information
adkerr committed Jun 28, 2018
1 parent ab11b23 commit cc391bb
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ coverage/**
vendor/
trident-installer.tar.gz
trident
!trident/
*.pem
*.csr
docs/_build/
Expand Down Expand Up @@ -168,8 +169,6 @@ tramp

# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm

*.iml

## Directory-based project format:
.idea/
# if you remove the above rule, at least ignore the following:
Expand Down Expand Up @@ -223,8 +222,6 @@ fabric.properties
# https://github.com/github/gitignore/blob/master/Global/Linux.gitignore
###############################################################################

*~

# temporary files which can be created if a process still has a handle open of a deleted file
.fuse_hidden*

Expand Down Expand Up @@ -302,8 +299,6 @@ sftp-config.json
*.un~
Session.vim
.netrwhist
*~

###############################################################################
# Windows
# https://github.com/github/gitignore/blob/master/Global/Windows.gitignore
Expand All @@ -319,11 +314,5 @@ Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/

# Windows Installer files
*.cab
*.msi
*.msm
*.msp

# Windows shortcuts
*.lnk

0 comments on commit cc391bb

Please sign in to comment.