File: .gitignore

package info (click to toggle)
apktool 2.2.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,056 kB
  • ctags: 1,803
  • sloc: java: 10,265; xml: 306; sh: 195; makefile: 9
file content (25 lines) | stat: -rw-r--r-- 258 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Gradle
.gradle/
bin/

# Build
**/build/

# Eclipse
**/nbproject/private/
*.project
*.classpath
*.settings
*.setting

# Tmp Files
*.kate-swp
*~

# IntelliJ
*.iml
.idea/*
/out

# gradle/smali-patches patch smali/ into brut.apktool.smali/
brut.apktool.smali/