mirror of
https://github.com/Interlisp/maiko.git
synced 2026-04-30 05:45:43 +00:00
Compare commits
1 Commits
lmm-hcfile
...
lmm32-giti
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
da4e06c697 |
26
.gitignore
vendored
26
.gitignore
vendored
@@ -1,9 +1,12 @@
|
|||||||
# Object files
|
# Object files
|
||||||
*.o
|
*.o
|
||||||
|
|
||||||
# Editor backups and recovery files
|
# Editor backups and recovery files
|
||||||
*~
|
*~
|
||||||
\#*#
|
\#*#
|
||||||
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
# build directories
|
# build directories
|
||||||
build/**
|
build/**
|
||||||
cmake-build-*/**
|
cmake-build-*/**
|
||||||
@@ -36,3 +39,26 @@ core
|
|||||||
*.core
|
*.core
|
||||||
*.swp
|
*.swp
|
||||||
|
|
||||||
|
# .gitignore for submodules
|
||||||
|
|
||||||
|
*.pdf
|
||||||
|
index.html
|
||||||
|
|
||||||
|
# manual cross-reference files
|
||||||
|
|
||||||
|
*.IMPTR
|
||||||
|
|
||||||
|
# (Accidentally) created sysouts at any level
|
||||||
|
*.sysout
|
||||||
|
*.SYSOUT
|
||||||
|
|
||||||
|
# older versions
|
||||||
|
|
||||||
|
*~
|
||||||
|
|
||||||
|
# emacs detritus
|
||||||
|
*\#
|
||||||
|
\.\#*
|
||||||
|
|
||||||
|
# Mac OS detritus
|
||||||
|
.DS_Store
|
||||||
|
|||||||
Reference in New Issue
Block a user