forked from raspberrypi/maynard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_remove.sh
55 lines (54 loc) · 965 Bytes
/
_remove.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
#!/bin/sh
rm *.[ao]
rm *.gcda
rm *.gcno
rm *.gcov
rm *.l[ao]
rm *.loT
rm *.orig
rm *.pc
rm *.py[co]
rm *.rej
rm *.sw[op]
rm *~
rm *#
rm .#*
rm .deps
rm .libs
rm Makefile
#rm Makefile.in
rm _gen
rm ./aclocal.m4
rm -rf ./autom4te.cache
#rm ./compile
rm ./config.cache
#rm ./config.guess
#rm ./config.h
#rm ./config.h.in
rm ./config.log
#rm ./config.status
#rm ./config.sub
#rm ./configure
rm ./depcomp#
#rm ./install-sh
rm ./libtool
#rm ./ltmain.sh
rm ./m4
#rm ./missing
rm ./stamp-h1
rm ./maynard-*.tar.xz
rm ./maynard
rm shell/desktop-shell-client-protocol.h
rm shell/desktop-shell-protocol.c
rm shell/shell-helper-client-protocol.h
rm shell/shell-helper-protocol.c
rm shell/shell-helper-server-protocol.h
rm shell/mod-shell-helper-protocol.c
rm shell/maynard-resources.c
rm shell/maynard-resources.h
rm shell/maynard
rm data/gschemas.compiled
rm data/org.raspberrypi.maynard.gschema.valid
rm data/org.raspberrypi.maynard.gschema.xml
rm po/POTFILES
rm po/stamp-it