diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-12-19 07:05:02 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-12-19 07:05:02 +0100 |
| commit | 509f58966da1c4da1b532fc5a2e271eeae7afd10 (patch) | |
| tree | ca6ded35e66f55a04aabebe9c84ce69612e0c089 /.gitignore | |
| parent | 2882d009b115657afad463fadaa103ea54a920d8 (diff) | |
| download | aoc-509f58966da1c4da1b532fc5a2e271eeae7afd10.tar.gz aoc-509f58966da1c4da1b532fc5a2e271eeae7afd10.zip | |
Removem vim temp file; simplified template
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -1,2 +1,3 @@ | |||
| 1 | */*/*.out | 1 | */*/*.out |
| 2 | */*/*.txt | 2 | */*/*.txt |
| 3 | */*/.swp | ||
