diff options
author | Mattias Andrée <maandree@kth.se> | 2021-02-27 13:13:55 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-02-27 13:13:55 +0100 |
commit | 5635aa0fe22734cd4330eb4aa330b60d2e1b109f (patch) | |
tree | 052e01320739979db583978f48223c594e9ca548 /.gitignore | |
parent | m (diff) | |
download | gpp-5635aa0fe22734cd4330eb4aa330b60d2e1b109f.tar.gz gpp-5635aa0fe22734cd4330eb4aa330b60d2e1b109f.tar.bz2 gpp-5635aa0fe22734cd4330eb4aa330b60d2e1b109f.tar.xz |
Remove -e flag, remove long options, start rewriting in C, add support for changing shell
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 17 |
1 files changed, 3 insertions, 14 deletions
@@ -1,16 +1,5 @@ -_/ -/bin/ -/obj/ -__pycache__/ -.* -!.git* -\#*\# +*\#* *~ -*.sw[op] -*.py[co] -*.bak +*.o +*.su /gpp -*.info -*.gz -*.install - |