• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Eclipse
2.classpath
3.project
4.settings
5eclipsebin
6
7# m2e-apt
8.factorypath
9
10# Ant
11bin/
12out/
13
14# Maven
15dist
16target
17pom.xml.*
18release.properties
19
20# Gradle
21.gradle/
22build
23
24# Android Profiling
25*.hprof
26
27# IntelliJ
28.idea
29*.iml
30*.iws
31*.ipr
32classes
33
34# Other editors
35*.orig
36*.swp
37*~
38\#*\#
39
40# Mac
41.DS_Store
42
43tmp
44local.properties
45
46# CTS stuff
47cts/
48cts-libs/
49
50# CMake
51# CMakeLists.txt.user
52CMakeCache.txt
53CMakeFiles
54CMakeScripts
55Testing
56Makefile
57cmake_install.cmake
58install_manifest.txt
59compile_commands.json
60CTestTestfile.cmake
61_deps
62*.a
63*.dylib
64