Skip to content

Commit

Permalink
[MINOR] Re-add .gitignore and .gitattributes
Browse files Browse the repository at this point in the history
The two files accidentally got removed in commit 826545c
  • Loading branch information
ckadner committed Mar 28, 2017
1 parent 826545c commit 2ebfd0b
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Set the default behavior to have all files normalized to Unix-style
# line endings upon check-in.
* text=auto

# Declare files that will always have CRLF line endings on checkout.
*.bat text eol=crlf

# Denote all files that are truly binary and should not be modified.
*.dll binary
*.exp binary
*.lib binary
*.pdb binary
*.exe binary
24 changes: 24 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Mac
.DS_Store

# Eclipse
.classpath
.project
.settings/
target/

# Intellij
.idea/
.idea_modules/
*.iml
*.iws
*.class
*.log

# Python
*.pyc

# Others
.checkstyle
.fbExcludeFilterFile
dependency-reduced-pom.xml

0 comments on commit 2ebfd0b

Please sign in to comment.