diff options
author | tv <tv@krebsco.de> | 2017-08-06 22:09:27 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-08-06 22:09:32 +0200 |
commit | 5aba9002f78309722a7776f6ab8c76ba1a27948f (patch) | |
tree | 3d93aad493cc94f1764c59e6e6609a862980d5cd | |
parent | d5108c6560c19420c4318576ce33a445e639cf1e (diff) |
gitignore: init
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..36eacc8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.hi +*.o +/.graveyard +/shell.nix |