Skip to content

Commit

Permalink
updated gitignore
Browse files Browse the repository at this point in the history
added missing bitmaps
exclude Win32 builds from the packaging script
  • Loading branch information
eranif committed Jun 12, 2021
1 parent effe2da commit cafbe70
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
/build-release/
*.mk
*.dll
*.exe
.codelite/
*.xrc
*.txt
!CMakeLists.txt
*.gch
.clangd/
*.a
tags
Makefile
build-Debug/
build-Win*/
Debug/
Release/
build-Debug*/
*build-debug*/
Binary file added bitmaps-dark/16-menu-lines.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bitmaps-dark/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bitmaps-dark/24-menu-lines.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bitmaps-dark/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bitmaps-light/16-menu-lines.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bitmaps-light/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bitmaps-light/24-menu-lines.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bitmaps-light/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions make-weekly.bat
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ set WXCFG=gcc_dll/mswu
del /Q %CL_SRC_DIR%\*.gch

:: Build the 32 bit version
call :ColorText 0A "Building CodeLite for i686"
call :MAKE_WEEKLY Win_x86_Release codelite_mingw.iss C:\src\wxWidgets32 C:\compilers\mingw64-i686\mingw32\bin
::call :ColorText 0A "Building CodeLite for i686"
::call :MAKE_WEEKLY Win_x86_Release codelite_mingw.iss C:\src\wxWidgets32 C:\compilers\mingw64-i686\mingw32\bin

:: Build the 64 bit version
call :ColorText 0A "Building CodeLite for x86_64"
Expand Down

0 comments on commit cafbe70

Please sign in to comment.