mirror of
https://github.com/SqrtMinusOne/elfeed-summary.git
synced 2025-12-10 17:43:03 +03:00
Merge pull request #11 from Thaodan/git_ignore_autoload
Ignore generated autoloads file
This commit is contained in:
commit
063f60a9a7
1 changed files with 4 additions and 1 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -1,3 +1,6 @@
|
||||||
|
# Autoloads
|
||||||
|
*autoloads*
|
||||||
|
|
||||||
# Compiled
|
# Compiled
|
||||||
*.elc
|
*.elc
|
||||||
|
|
||||||
|
|
@ -8,4 +11,4 @@
|
||||||
*~
|
*~
|
||||||
|
|
||||||
# Undo-tree save-files
|
# Undo-tree save-files
|
||||||
*.~undo-tree
|
*.~undo-tree
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue