-
Notifications
You must be signed in to change notification settings - Fork 104
/
Copy path.hgignore
92 lines (91 loc) · 2.33 KB
/
.hgignore
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
syntax: glob
*.class
*.dex
*.orig
*.swp
*.pyc
python/src/build/*
python/gdata/build/*
python/xmpppy/build/*
python/src/android/*
python/src/*python
python/src/Parser/*pgen
python/src/config.status.lineno
lua/src/src/lua
lua/src/src/luac
lua/build/*
lua/log
android/PythonForAndroid/obj/*
android/PythonForAndroid/libs/armeabi/*
android/PythonForAndroid/libs/*.jar
android/PythonForAndroid/jni/*.so
android/PythonForAndroid/res/raw/files.xml
android/*/dist/*.jar
android/DocumentationGenerator/doc/*
python-build/*.tar.bz2
python{-build,3-alpha}/python*_r[0-9]*.zip
python{,3}-{build,alpha}/python-src{,_arm,_x86,_arm_pie,_x86_pie}
python-build/python-libs/setuptools
python-build/python-libs/setuptools-*.tar.gz
python-build/python-libs/*/build/
python-modules/PyCrypto/pycrypto-*/
python-modules/PyCrypto/pycrypto-*.tar.gz
android/InterpreterForAndroid/libs/common.jar
build
*.iml
.gradle
.idea
gradlew{,.bat}
android/PythonForAndroid/gradle
*.so
android/PythonForAndroidInOne/res/raw/files.xml
Python-*.tgz
android/PythonForAndroid/local.properties
.build_*
openssl/openssl-*.tar.gz
openssl/openssl-src
python3-alpha/host{,-src}
python{-build,3-alpha}/sqlite3.tar.gz
python{-build,3-alpha}/sqlite3{,_arm,_x86}
python{-build,3-alpha}/ncurses-5.9.tar.gz
python{-build,3-alpha}/readline-6.3.tar.gz
python3-alpha/readline-6.3
python{-build,3-alpha}/bzip2-1.0.6.tar.gz
python{-build,3-alpha}/python{,3}{_arm,_x86}
python3-alpha/python3-extras
android/Python3ForAndroid/gradle
android/Python3ForAndroid/local.properties
python-build/bzip2
python3-alpha/bzip2-1.0.6{_arm,_x86,_arm_pie,_x86_pie}
python3-alpha/ncurses-5.9
python-build/expat{,-2.1.0.tar.gz}
python-build/libffi-*.tar.gz
python-build/libffi
python-build/uClibc-*.tar.bz2
python-build/uClibc-*/
python-build/libcrypt
bin
python-build/python/obj/local
python-build/ncurses
python-build/readline-6.3
python-build/readline
python-modules/numpy/numpy-*
python-modules/twisted/Twisted-*
python-modules/pillow/Pillow*
syntax: regexp
(python|lua|python3-alpha)/.*\.o
python/.*\.pyc
(python|lua|python3-alpha)/.*\.so
(python|lua|python3-alpha)/.*\.a
(python3-alpha)/.*\.lo
android/.*/(bin|gen)/.*
python-modules/.*/(libs|obj|out)
python-modules/.*/.*\.zip
python-modules/.*/(build|dist)
python-modules/.*/.*\.egg\-info
android/.metadata/
python-build/output
python-build/host
python-build/python/libs
python-modules/python-lib
glob:*~