• 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# Kotlin
25.kotlin
26
27# Android Profiling
28*.hprof
29
30# IntelliJ
31.idea
32*.iml
33*.iws
34*.ipr
35classes
36
37# Other editors
38*.orig
39*.swp
40*~
41\#*\#
42
43# Mac
44.DS_Store
45
46tmp
47local.properties
48
49# CTS stuff
50cts/
51cts-libs/
52
53# CMake
54# CMakeLists.txt.user
55CMakeCache.txt
56CMakeFiles
57CMakeScripts
58Testing
59Makefile
60cmake_install.cmake
61install_manifest.txt
62compile_commands.json
63CTestTestfile.cmake
64_deps
65*.a
66*.dylib
67