Skip to content

Commit

Permalink
ZOOKEEPER-2557: Update gitignore to account for other file extensions…
Browse files Browse the repository at this point in the history
…. (Edward Ribeiro via cnauroth)

git-svn-id: https://svn.apache.org/repos/asf/zookeeper/trunk@1759912 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
cnauroth committed Sep 8, 2016
1 parent c38787f commit fa5955a
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 0 deletions.
64 changes: 64 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,64 @@
# Java
hs_err_pid*

# Git
*.orij
*.rej

# SVN
.svn
.revision

# Eclipse
.metadata
.classpath
.eclipse/
.idea/
.project
.revision/
.settings/
.externalToolBuilders/
local.properties
.recommenders
*.launch
build/
target/
out/

# Intellij
*.ipr
*.iws
*.iml

# NetBeans
*~.nib
nbbuild/
dist/
nbdist/
.ndb-gradle/
.cproject
.buildpath

# Other
*~
logs/
*.out
*.log
*.bak
*.tmp
tmp/**
tmp/**/*
.DS_Store
.gradle
*.patch
*.swp
generated

# C
tags
.cproject
.project
obj
src/c/core.*
src/c/TEST-*.txt
src/c/*.la
Expand All @@ -16,3 +68,15 @@ src/c/generated/
src/java/generated/
src/java/lib/ant-eclipse-*
src/java/lib/ivy-*
src/c/Makefile.in
src/c/aclocal.m4
src/c/autom4te.cache/
src/c/compile
src/c/config.guess
src/c/config.h.in
src/c/config.sub
src/c/configure
src/c/depcomp
src/c/install-sh
src/c/ltmain.sh
src/c/missing
3 changes: 3 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,9 @@ IMPROVEMENTS:
ZOOKEEPER-2507: C unit test improvement: line break between
'ZooKeeper server started' and 'Running' (Michael Han via phunt)

ZOOKEEPER-2557: Update gitignore to account for other file extensions.
(Edward Ribeiro via cnauroth)

Release 3.5.0 - 8/4/2014

NEW FEATURES:
Expand Down

0 comments on commit fa5955a

Please sign in to comment.