Added a .gitignore file to make life simpler
This commit is contained in:
parent
cd85190847
commit
4d276b6c7c
1 changed files with 18 additions and 0 deletions
18
.gitignore
vendored
Normal file
18
.gitignore
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Untracked files
|
||||
|
||||
csharp/ProtocolBuffers/bin/
|
||||
csharp/ProtocolBuffers/obj/
|
||||
csharp/ProtocolBuffers.Test/bin/
|
||||
csharp/ProtocolBuffers.Test/obj/
|
||||
java/.classpath
|
||||
java/.project
|
||||
java/.settings/
|
||||
java/bin/
|
||||
java/lib/
|
||||
java/src/.classpath
|
||||
java/src/.project
|
||||
java/src/bin/
|
||||
java/target/
|
||||
src/tmp/
|
||||
tmp/
|
||||
vsprojects/*
|
Loading…
Add table
Reference in a new issue