Compare commits

..

3 Commits

Author SHA1 Message Date
cf7e577b42 add build/ to gitignore 2025-03-11 23:12:28 +02:00
d7701d98b1 add gitignore 2025-03-11 23:09:59 +02:00
b4d3e20e88 add SDL 2025-03-11 23:02:25 +02:00
3 changed files with 12 additions and 40 deletions

48
.gitignore vendored
View File

@@ -1,3 +1,6 @@
# Hiisi
build/
# ---> Emacs
# -*- mode: gitignore; -*-
*~
@@ -9,46 +12,6 @@ auto-save-list
tramp
.\#*
# Org-mode
.org-id-locations
*_archive
# flymake-mode
*_flymake.*
# eshell files
/eshell/history
/eshell/lastdir
# elpa packages
/elpa/
# reftex files
*.rel
# AUCTeX auto folder
/auto/
# cask packages
.cask/
dist/
# Flycheck
flycheck_*.el
# server auth directory
/server/
# projectiles files
.projectile
# directory configuration
.dir-locals.el
# network security
/network-security.data
# ---> Linux
*~
@@ -64,3 +27,8 @@ flycheck_*.el
# .nfs files are created when an open file is removed but is still being accessed
.nfs*
.idea
*.log
tmp/
build/

3
.gitmodules vendored Normal file
View File

@@ -0,0 +1,3 @@
[submodule "3rd/SDL"]
path = 3rd/SDL
url = https://github.com/libsdl-org/SDL.git

1
3rd/SDL Submodule

Submodule 3rd/SDL added at 9f32fafe21