Merge pull request #3334 from reyoung/feature/ignore_some_files_which_will_generated_while_compiling

Ignore compile generated files for git
fixstartbug
Yu Yang 8 years ago committed by GitHub
commit 0d0bc35780

3
.gitignore vendored

@ -24,4 +24,5 @@ cmake-build-*
python/paddle/v2/framework/core.so
CMakeFiles
cmake_install.cmake
paddle/.timestamp
python/paddlepaddle.egg-info/

Loading…
Cancel
Save