diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-10-15T14·26+0200 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2017-10-15T14·26+0200 |
commit | cc14d57c490944077896b108454b2e11fc557800 (patch) | |
tree | 122f20b5093cb8be97cc9f10e96841adbf537b08 /.gitignore | |
parent | 9af6f2f33afd115ebba298dc3032208f6595968e (diff) |
chore: Add initial .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000000..ef4798b7b6aa --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +hardware-configuration.nix +result/ |