.gitignore 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. # Licensed to the Apache Software Foundation (ASF) under one or more
  2. # contributor license agreements. See the NOTICE file distributed with
  3. # this work for additional information regarding copyright ownership.
  4. # The ASF licenses this file to You under the Apache License, Version 2.0
  5. # (the "License"); you may not use this file except in compliance with
  6. # the License. You may obtain a copy of the License at
  7. #
  8. # http://www.apache.org/licenses/LICENSE-2.0
  9. #
  10. # Unless required by applicable law or agreed to in writing, software
  11. # distributed under the License is distributed on an "AS IS" BASIS,
  12. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. # See the License for the specific language governing permissions and
  14. # limitations under the License.
  15. *~
  16. .classpath
  17. .externalToolBuilders
  18. .launches/
  19. .project
  20. .settings
  21. .svn
  22. autom4te.cache
  23. build/
  24. build.properties
  25. build-fi/
  26. conf/masters
  27. conf/slaves
  28. conf/hadoop-env.sh
  29. conf/hadoop-site.xml
  30. conf/core-site.xml
  31. conf/mapred-queue-acls.xml
  32. conf/mapred-site.xml
  33. conf/hdfs-site.xml
  34. conf/hadoop-policy.xml
  35. conf/capacity-scheduler.xml
  36. conf/fair-scheduler.xml
  37. docs/api/
  38. ivy/ivy-*.jar
  39. ivy/maven-ant-tasks-*.jar
  40. junitvmwatch*.properties
  41. junit[0-9]*.properties
  42. logs/
  43. src/contrib/ec2/bin/hadoop-ec2-env.sh
  44. src/contrib/index/conf/index-config.xml
  45. src/docs/build
  46. src/docs/cn/build
  47. src/docs/cn/src/documentation/sitemap.xmap
  48. src/docs/cn/uming.conf
  49. src/contrib/hdfsproxy/src/test/resources
  50. src/c++/(libhdfs|pipes|task-controller|utils)/Makefile
  51. src/c++/*/Makefile.in
  52. src/c++/*/aclocal.m4
  53. src/c++/*/config.guess
  54. src/c++/*/config.sub
  55. src/c++/*/configure
  56. src/c++/*/depcomp
  57. src/c++/*/install-sh
  58. src/c++/*/ltmain.sh
  59. src/c++/*/missing
  60. src/c++/*/impl/config.h.in
  61. src/c++/*/m4/libtool.m4
  62. src/c++/*/m4/ltoptions.m4
  63. src/c++/*/m4/ltsugar.m4
  64. src/c++/*/m4/ltversion.m4
  65. src/c++/*/m4/lt~obsolete.m4
  66. src/examples/pipes/configure
  67. src/examples/pipes/Makefile.in
  68. src/examples/pipes/aclocal.m4
  69. src/examples/pipes/config.guess
  70. src/examples/pipes/config.sub
  71. src/examples/pipes/depcomp
  72. src/examples/pipes/impl/config.h.in
  73. src/examples/pipes/install-sh
  74. src/examples/pipes/ltmain.sh
  75. src/examples/pipes/missing
  76. src/native/configure
  77. src/native/INSTALL
  78. src/native/Makefile.in
  79. src/native/aclocal.m4
  80. src/native/config.h.in
  81. src/native/config/config.guess
  82. src/native/config/config.sub
  83. src/native/config/depcomp
  84. src/native/config/install-sh
  85. src/native/config/ltmain.sh
  86. src/native/config/missing