Skip to content

Commit

Permalink
cmake: add the build directory to the .gitignore
Browse files Browse the repository at this point in the history
This patch is a follow-up to the
6e3aad8 ("OSX/iOS/ARM64: Fix generation
of Mach-O object files."). During the backporting of this patch, the
<build> directory was added to the git tree. This patch removes it and
adds the <build> directory to the .gitignore to avoid such mistakes in
the future.

Reviewed-by: Maxim Kokryashkin <[email protected]>
Signed-off-by: Sergey Kaplun <[email protected]>
(cherry picked from commit 08f5308)
  • Loading branch information
Buristan committed Jul 1, 2024
1 parent e9f675a commit 74e3f5f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ CMakeFiles
CTestTestfile.cmake
Makefile
Testing
build
build.ninja
cmake_install.cmake
cmake_uninstall.cmake
Expand Down
Binary file removed build/src/luajit
Binary file not shown.

0 comments on commit 74e3f5f

Please sign in to comment.