.gitignore 353 字节
Newer Older
Z
zhangjinchao01 已提交
1 2
*.DS_Store
build/
Q
qijun 已提交
3
build_doc/
Y
Yu Yang 已提交
4
*.user
L
liaogang 已提交
5 6

.vscode
W
wangyang59 已提交
7 8
.idea
.project
9
.cproject
W
wangyang59 已提交
10
.pydevproject
W
wangyang59 已提交
11
.settings/
12
Makefile
13
.test_env/
L
liaogang 已提交
14
third_party/
15 16 17

*~
bazel-*
L
liaogang 已提交
18
third_party/
Y
Yu Yang 已提交
19 20 21

# clion workspace.
cmake-build-*
22 23 24

# generated while compiling
python/paddle/v2/framework/core.so
L
Luo Tao 已提交
25
paddle/pybind/pybind.h
26 27
CMakeFiles
cmake_install.cmake
Y
Yu Yang 已提交
28 29
paddle/.timestamp
python/paddlepaddle.egg-info/