adding .gitignore and not removing ~ files

This commit is contained in:
Bryan Stansell 2019-03-21 01:20:56 -07:00
parent 95c958d6b3
commit ddc8eec8c6
2 changed files with 1 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.[ch]~

View File

@ -13,4 +13,3 @@ gindent -npro -i4 -ip4 -cli4 -br -brs -cdw -ce -npcs -ncs -nhnl -l75 -lc75 -nbbo
echo -T DH
sed -ne '/typedef/,/}/p' */*.[ch] | grep '^[ ]*}' | sed -e 's/[ ]*}/-T/' -e 's/;//' | sort -u
` */*.[ch]
rm */*.[ch]~