nit: add license, gitignore, & source.el to modules
This is to prep our modules to be moved to their own repo in the future (doomemacs/modules).
This commit is contained in:
parent
a4695b6b4b
commit
a5098d1f2a
3 changed files with 48 additions and 0 deletions
19
modules/.gitignore
vendored
Normal file
19
modules/.gitignore
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
.DS_Store
|
||||
.idea
|
||||
*.log
|
||||
tmp/
|
||||
*~
|
||||
*.*~
|
||||
\#*
|
||||
.\#*
|
||||
*.cache*
|
||||
*.log
|
||||
test/.local*/
|
||||
test/result
|
||||
|
||||
# compiled files
|
||||
*.elc
|
||||
*.lib
|
||||
*.fas
|
||||
*.dat
|
||||
*.eld
|
Loading…
Add table
Add a link
Reference in a new issue