aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-02-27 13:13:55 +0100
committerMattias Andrée <maandree@kth.se>2021-02-27 13:13:55 +0100
commit5635aa0fe22734cd4330eb4aa330b60d2e1b109f (patch)
tree052e01320739979db583978f48223c594e9ca548 /.gitignore
parentm (diff)
downloadgpp-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--.gitignore17
1 files changed, 3 insertions, 14 deletions
diff --git a/.gitignore b/.gitignore
index df7be57..4240069 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,16 +1,5 @@
-_/
-/bin/
-/obj/
-__pycache__/
-.*
-!.git*
-\#*\#
+*\#*
*~
-*.sw[op]
-*.py[co]
-*.bak
+*.o
+*.su
/gpp
-*.info
-*.gz
-*.install
-