Ignore emacs temp files
This commit is contained in:
parent
07aa8cb373
commit
26a3ef29ce
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,6 +1,7 @@
|
||||||
*.swp
|
*.swp
|
||||||
*~
|
*~
|
||||||
*#
|
*#
|
||||||
|
.#*
|
||||||
onyx/cache/*.cache.php
|
onyx/cache/*.cache.php
|
||||||
onyx/cache/templates/*/*.php
|
onyx/cache/templates/*/*.php
|
||||||
onyx/log/*
|
onyx/log/*
|
||||||
|
|
Reference in a new issue