aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorRoman Shaposhnik <rvs@apache.org>2011-12-28 18:59:41 +0000
committerRoman Shaposhnik <rvs@apache.org>2011-12-28 18:59:41 +0000
commite10c97dfb8f75587708da801651357aa17ebaea6 (patch)
tree88b67236a70d7aecf25a32029e2f1716e101b8b7 /.gitignore
parentf962fbf577a7afbbcac8db4db42ba7cdd8c6bd3c (diff)
BIGTOP-322. update .gitignore to ignore backup files and eclipse generated files. (Jonathan Hsieh via rvs)
git-svn-id: https://svn.apache.org/repos/asf/incubator/bigtop/trunk@1225291 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 039ec739..c450086f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,7 @@ dl
dist
output
target
+*~
+*.project
+*.settings
+*.classpath \ No newline at end of file