A Rush Hour game made with Cakelisp
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

183 lines
2.9 KiB

# ---> C++
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
*.cake.*
cakelisp_cache/
bin/
lib/
*.blend1
test/100000000PixelShader_ps.glsl
test/100000000VertexShader_vs.glsl
test/100000001PixelShader_ps.glsl
test/100000001VertexShader_vs.glsl
test/100000002PixelShader_ps.glsl
test/100000002VertexShader_vs.glsl
test/SDLOgreApp
test/out.dat
test/converted.dat
test/Loader
*.log
# These should be stored in assets/, then converted by the build system
test/data/Models/*.mesh.xml
test/data/Models/*.skeleton.xml
test/data/Models/*.skeleton
test/data/Materials/Textures/*.dds
test/data/Models/*
kitty-gridlock
decompression-test
generate-puzzles
*.kra-autosave.kra
.stfolder
.stversions
*.bmp~
# Generated from database
data/puzzles.txt
data/puzzles.bin
progression.bin
#
# Android stuff
# From https://raw.githubusercontent.com/github/gitignore/master/Android.gitignore, with modifications
# Created by symlink
Android/app/jni/SDL
# Copied by Main.cake
Android/app/src/main/assets/data
#
# Built application files
#*.apk
*.aar
*.ap_
*.aab
# Files for the ART/Dalvik VM
*.dex
# Java class files
*.class
# Generated files
Android/bin/
Android/gen/
Android/out/
# Uncomment the following line in case you need and you don't have the release build type files in your app
# release/
# Gradle files
Android/.gradle/
Android/build/
# Local configuration file (sdk path, etc)
# local.properties
# Proguard folder generated by Eclipse
Android/proguard/
# Log Files
*.log
# Android Studio Navigation editor temp files
Android/.navigation/
# Android Studio captures folder
Android/captures/
Android/app/build
# IntelliJ
*.iml
Android/app/.externalNativeBuild
Android/.idea
Android/.idea/workspace.xml
Android/.idea/tasks.xml
Android/.idea/gradle.xml
Android/.idea/assetWizardSettings.xml
Android/.idea/dictionaries
Android/.idea/libraries
# Android Studio 3 in .gitignore file.
Android/.idea/caches
Android/.idea/modules.xml
# Comment next line if keeping position of elements in Navigation Editor is relevant for you
Android/.idea/navEditor.xml
# Keystore files
# Uncomment the following lines if you do not want to check your keystore files in.
#*.jks
#*.keystore
# External native build folder generated in Android Studio 2.2 and later
Android/.externalNativeBuild
Android/.cxx/
# Google Services (e.g. APIs or Firebase)
# google-services.json
# Freeline
Android/freeline.py
Android/freeline/
Android/freeline_project_description.json
# fastlane
Android/fastlane/report.xml
Android/fastlane/Preview.html
Android/fastlane/screenshots
Android/fastlane/test_output
Android/fastlane/readme.md
# Version control
Android/vcs.xml
# lint
Android/lint/intermediates/
Android/lint/generated/
Android/lint/outputs/
Android/lint/tmp/
# lint/reports/
# Android Profiling
*.hprof