Add .gitignore adapted from NixPkgs
This commit is contained in:
parent
57c4f92f2e
commit
f51cdd0535
9
.gitignore
vendored
Normal file
9
.gitignore
vendored
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
*~
|
||||||
|
,*
|
||||||
|
.*.swp
|
||||||
|
.*.swo
|
||||||
|
result
|
||||||
|
result-*
|
||||||
|
.version-suffix
|
||||||
|
|
||||||
|
.DS_Store
|
Loading…
Reference in a new issue