diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-09-16 21:31:57 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-09-16 21:39:44 +0300 |
| commit | c371525b75b7a26c6d825b9409987e3dfe90c4d7 (patch) | |
| tree | af64bbf4e726cebb1b4c251caa62edaaaee0de30 /.gitignore | |
| parent | docs: update the readme (diff) | |
| download | sdp.go-c371525b75b7a26c6d825b9409987e3dfe90c4d7.tar.gz sdp.go-c371525b75b7a26c6d825b9409987e3dfe90c4d7.tar.bz2 sdp.go-c371525b75b7a26c6d825b9409987e3dfe90c4d7.zip | |
ignore executables generated by Makefile
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -1,3 +1,4 @@ | |||
| 1 | .vscode | 1 | .vscode |
| 2 | *.dem | 2 | *.dem |
| 3 | *.txt \ No newline at end of file | 3 | *.txt |
| 4 | parser-* \ No newline at end of file | ||