mirror of
https://github.com/bstansell/conserver.git
synced 2025-01-10 23:12:58 +00:00
adding .gitignore and not removing ~ files
This commit is contained in:
parent
95c958d6b3
commit
ddc8eec8c6
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
*.[ch]~
|
@ -13,4 +13,3 @@ gindent -npro -i4 -ip4 -cli4 -br -brs -cdw -ce -npcs -ncs -nhnl -l75 -lc75 -nbbo
|
|||||||
echo -T DH
|
echo -T DH
|
||||||
sed -ne '/typedef/,/}/p' */*.[ch] | grep '^[ ]*}' | sed -e 's/[ ]*}/-T/' -e 's/;//' | sort -u
|
sed -ne '/typedef/,/}/p' */*.[ch] | grep '^[ ]*}' | sed -e 's/[ ]*}/-T/' -e 's/;//' | sort -u
|
||||||
` */*.[ch]
|
` */*.[ch]
|
||||||
rm */*.[ch]~
|
|
||||||
|
Loading…
Reference in New Issue
Block a user