How about this for a .gitignore? I mixed in Oscar's, CASSANDRA-4899, a few more general ones which are pretty common, along with a comment about ignoring db.RowMutation.bin modification, which I've done locally:

--- cut here ---
# C*
build/
src/gen-java/
src/resources/org/apache/cassandra/config/

# gitignore doesn't help with modified files - you may wish to:
# git update-index --assume-unchanged test/data/serialization/2.0/db.RowMutation.bin
# to undo:
# git update-index --no-assume-unchanged test/data/serialization/2.0/db.RowMutation.bin

# Intellij
.idea/
*.iml
*.ipr
*.iws

# Eclipse
.classpath
.project
.metadata
.settings/
local.properties

# Cscope
cscope.*

# General
*.pyc
*~
*.bak
*.swp
*.tmp
.DS_Store
--- cut here ---

--
Kind regards,
Michael

On 12/19/2013 04:23 PM, Oscar Bonilla wrote:
The first thing I did when I forked the Cassandra repo was add a .gitignore:

--- cut here ---
.classpath
.idea/
.project
build/
src/gen-java/
cassandra.iml
*.pyc
cscope.*
*.swp
*~
src/resources/org/apache/cassandra/config/
--- cut here ---


On Dec 19, 2013, at 2:16 PM, Jonathan Ellis <jbel...@gmail.com> wrote:

I can't think of any.

On Sat, Dec 14, 2013 at 11:14 AM, Michael Shuler <mich...@pbandjelly.org> wrote:
On 12/13/2013 11:28 PM, graham sanderson wrote:

This seemed to get introduced (by mistake?) in ef33f9543


Would there be any issues with adding a .gitignore to the repository?  I
could work one up.

--
Kind regards,
Michael





--
Jonathan Ellis
Project Chair, Apache Cassandra
co-founder, http://www.datastax.com
@spyced

Reply via email to