.gitignore (589B)
1 # output files 2 /out 3 /ble.sh 4 /dist 5 /wiki 6 /ext 7 /a.func.txt 8 /a.line.txt 9 10 # edit files 11 /COMMIT 12 /[a-zA-Z0-9].txt 13 /[a-zA-Z0-9].sh 14 /\*scratch\* 15 /refact.sh 16 17 /[A-Z] 18 /[a-zA-Z].sh 19 20 # test 21 /test 22 /bashrc 23 24 # memo 25 /memo/*.exe 26 /memo/D0702.HISTFILE* 27 /memo/D0727/D0727.bind.* 28 /memo/D0857/D0857.unbind 29 /memo/D0857/D0857.bind 30 /memo/D0857/D0857.pipe 31 /memo/D0857/D0857.stderr 32 /memo/D1881/pr227.*.txt 33 /memo/D1881/pr227.*.hist 34 /memo/D1881/pr227-sleep-delay.pdf 35 /memo/D2014 36 37 # make 38 /make/*.exe 39 /make/canvas.c2w.wcwidth.txt 40 /make/*.o 41 42 # files for unresolved GitHub Issues 43 /gh????.* 44 /X????.* 45 46 # experiment 47 /lib/*.so