mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 13:20:27 -06:00
.gitignore: ignore emacs temp files
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@ -24,6 +24,9 @@ CMakeLists.txt.user
|
||||
*~
|
||||
# Ignore vim swapfiles
|
||||
*.swp
|
||||
# Ignore emacs temp files
|
||||
\#*\#
|
||||
.\#*
|
||||
# Ignore transifex configuration directory
|
||||
.tx
|
||||
# Ignore kdevelop files/dirs
|
||||
|
Reference in New Issue
Block a user