diff options
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,6 +1,6 @@ _/ -bin/ -obj/ +/bin/ +/obj/ __pycache__/ \#*\# .* @@ -9,6 +9,7 @@ __pycache__/ *.py[co] *.sw[op] *.bak +*.new *.pdf *.ps *.dvi |
![]() |
index : cmdipc | |
| System V and POSIX IPC via the command line | Mattias Andrée <m@maandree.se> |
| aboutsummaryrefslogtreecommitdiffstats |
| -rw-r--r-- | .gitignore | 5 |
@@ -1,6 +1,6 @@ _/ -bin/ -obj/ +/bin/ +/obj/ __pycache__/ \#*\# .* @@ -9,6 +9,7 @@ __pycache__/ *.py[co] *.sw[op] *.bak +*.new *.pdf *.ps *.dvi |