Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Commit

Permalink
Cbuild: Update: Folder Ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
zakarouf committed Apr 11, 2021
1 parent 1c747ed commit f955204
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.4.1] -CURRENT
## [0.4.2] -CURRENT
### Added
- Tile Module, Rewoked
- Sprite Module, Reworked


## [0.4.1] -2021-4-6
### Added
- Vulkan API
- OpenGL API
Expand Down
2 changes: 1 addition & 1 deletion cbuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from datetime import datetime


folderIgnore={"data", "doc" , ".git", "SDL", "demos_curses", "tools_curses", "logic", "shader", "ztorg", "programs", "map_old", "zse_all"}
folderIgnore={"data", "doc" , ".git", "SDL", "demos_curses", "tools_curses", "logic", "shader", "ztorg", "map_old", "zse_all", "tools_curses"}
IgnoreNames={"cave_hunter.c", "ztorg-raylib.c", "zse.c", "zse_misc.c"}

ignorePatternFront = ["."]
Expand Down

0 comments on commit f955204

Please sign in to comment.