diff options
| author | JF002 <JF002@users.noreply.github.com> | 2020-12-23 14:20:20 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-23 14:20:20 (GMT) |
| commit | b4fb8897ac97e5ee6299842dac0384ce585743bb (patch) | |
| tree | d3a11b3038957d97e3dc8f2dfe4597ec4523a5bc /.gitignore | |
| parent | 276c8aa308f923aeeadc068967b15ee7c59fa32b (diff) | |
| parent | 5cdd3f6e6f0abf439da0389b38ebc13bd30fc8e5 (diff) | |
Merge pull request #149 from Nuxij/unified-dockerfile
Unify the Dockerfiles by fleshing out build.sh
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,11 +1,13 @@ .idea/ # CMake -cmake-build-*/ -CMakeFiles/ +cmake-build-* +cmake-* +CMakeFiles **/CMakeCache.txt cmake_install.cmake Makefile -build/ +build +tools # Resulting binary files *.a |
