Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Commit

Permalink
Get rid of directory-specific .gitignores in favor of a single global…
Browse files Browse the repository at this point in the history
… .gitignore
  • Loading branch information
aaijazi committed Sep 17, 2015
1 parent e73bd0c commit 53be99f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 14 deletions.
11 changes: 8 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,24 @@
tags

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

# Godeps files
/Godeps/_workspace/pkg
/Godeps/_workspace/bin

# cbson & other C build dirs
**/build

# mysql build dirs
third_party/mysql

# java target files
java/vtocc-client/target
java/vtocc-jdbc-driver/target
third_party/acolyte
/java/*/target/
/java/*/bin/

# intellij files
*.iml
Expand All @@ -36,3 +40,4 @@ preview-vitess.io/

# test.go output files
_test/
/test/stats.json
2 changes: 0 additions & 2 deletions Godeps/_workspace/.gitignore

This file was deleted.

8 changes: 0 additions & 8 deletions java/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion test/.gitignore

This file was deleted.

0 comments on commit 53be99f

Please sign in to comment.