Skip to content

Commit

Permalink
We do not have a git ignore, modified version from core
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislovecnm committed Jun 22, 2017
1 parent 7fa1363 commit f4a98f0
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# OSX leaves these everywhere on SMB shares
._*

# OSX trash
.DS_Store

# Eclipse files
.classpath
.project
.settings/**

# Files generated by JetBrains IDEs, e.g. IntelliJ IDEA
.idea/
*.iml

# Vscode files
.vscode

# Emacs save files
*~
\#*\#
.\#*

# Vim-related files
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
*.un~
Session.vim
.netrwhist

# cscope-related files
cscope.*

# JUnit test output from ginkgo e2e tests
/junit*.xml

# Mercurial files
**/.hg
**/.hg*


.tags*

/bazel-*
*.pyc

0 comments on commit f4a98f0

Please sign in to comment.