One line in googletest/.gitignore makes this module fail to build after reimporting it into a new git repo:
With that present the following rather important files aren't added to the new git repository:
- googletest/googlemock/include/Makefile
- googletest/googlemock/src/Makefile
- googletest/googletest/include/Makefile
- googletest/googletest/src/Makefile
APS may be unusual in doing this reimport, but it's a policy we follow for all EPICS modules.
Deleting line 52 or giving it an absolute path like on line 56 solves this problem.
One line in googletest/.gitignore makes this module fail to build after reimporting it into a new git repo:
gtest/googletest/.gitignore
Line 52 in bfec0b6
With that present the following rather important files aren't added to the new git repository:
APS may be unusual in doing this reimport, but it's a policy we follow for all EPICS modules.
Deleting line 52 or giving it an absolute path like on line 56 solves this problem.