mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-21 16:08:07 +01:00
Add .gitignore
* .gitignore: New file.
This commit is contained in:
parent
9eff1664e9
commit
020fca0664
1 changed files with 8 additions and 0 deletions
8
.gitignore
vendored
Normal file
8
.gitignore
vendored
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
*.go
|
||||||
|
*.tmp
|
||||||
|
*~
|
||||||
|
.#*
|
||||||
|
\#*\#
|
||||||
|
,*
|
||||||
|
tmp
|
||||||
|
/.dir-locals-2.el
|
Loading…
Reference in a new issue