Initial commit and architecture
This commit is contained in:
commit
de67afe975
3 changed files with 100 additions and 0 deletions
22
.gitignore
vendored
Normal file
22
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# -*- mode: gitignore; -*-
|
||||
# Build artefacts
|
||||
build/*
|
||||
*.o
|
||||
*.so
|
||||
*.link
|
||||
*.import.scm
|
||||
|
||||
*~
|
||||
\#*\#
|
||||
/.emacs.desktop
|
||||
/.emacs.desktop.lock
|
||||
*.elc
|
||||
auto-save-list
|
||||
tramp
|
||||
.\#*
|
||||
|
||||
# flymake-mode
|
||||
*_flymake.*
|
||||
|
||||
# Flycheck
|
||||
flycheck_*.el
|
||||
Loading…
Add table
Add a link
Reference in a new issue