-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.hgignore
59 lines (58 loc) · 1.46 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
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/*.zip
python-build/*.apk
python-build/python-src
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/Utils/libs/common.jar
android/InterpreterForAndroid/libs/common.jar
python3-alpha/python3-src/python3*.zip
python3-alpha/python3-src/_install/
python3-alpha/python3-src/build
python3-alpha/python3-src/android
python3-alpha/thirdparty/
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
python-for-android/python3-alpha/googlecode_upload.py
glob:*~