diff options
| author | Tristan Riehs <tristan.riehs@bordeaux-inp.fr> | 2023-09-27 14:01:36 +0200 | 
|---|---|---|
| committer | Tristan Riehs <tristan.riehs@bordeaux-inp.fr> | 2023-09-27 14:01:36 +0200 | 
| commit | 056bd1da326084ccada77a94fc3a20b2a56e0820 (patch) | |
| tree | c7967956d412a5fa5f7dd8648bfe3a2bcf2108b1 /.gitignore | |
initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..199a4f0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +# C +*.o + +# executable +rpt + +# manual pages +*.gz | 
