.gitignore - blind - suckless command-line video editing utility | |
git clone git://git.suckless.org/blind | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
.gitignore (145B) | |
--- | |
1 *~ | |
2 *\#* | |
3 *.bak | |
4 *.orig | |
5 *.swo | |
6 *.swp | |
7 *.a | |
8 *.o | |
9 *.bo | |
10 *.out | |
11 /build/ | |
12 /blind-* | |
13 !/blind-rotate-90 | |
14 !/blind-rotate-180 | |
15 !/blind-rotate-270 | |
16 !/blind-primary-key |