.hgignore

Mon, 12 Jun 2023 04:47:03 +0300

author
ahmadbader <ahmadqasem.b@gmail.com>
date
Mon, 12 Jun 2023 04:47:03 +0300
branch
physics-engine-dev
changeset 1809
6dc57686446c
parent 1772
d1909788e952
permissions
-rwxr-xr-x

the inilial code for the free fall demo

Build
build
VSBuild
Debug
Lib
Bin
Docs/Latex
Testing/Tests
Testing/Runtime
Docs/HTML

clang
ninja
codeblocks
Source/External/curl/
Package/
codelite/
Docs/xml

syntax: glob

*.obj
ipch
*.suo
*.sdf
*.opensdf
.kdev_include_paths
#build

*.gen

# produced by doxygen
*.db
*.tmp

# ignore backup files
*.orig
*.backup

CMakeSettings.json
.vs
.vscode
GGE.code-workspace
syntax: regexp
.*\.kdev4(_.*)?

# ccls/emacs related
.ccls-cache
compile_commands.json
.directory
.cache

# internal git repo
.git

mercurial