/ .gitignore
.gitignore
1 # -*- mode: conf; -*- 2 3 # Temporary files 4 *~ 5 6 # Build and cache files 7 Makefile 8 config.* 9 autom4te.cache 10 .deps 11 *.o 12 dvdcopy
1 # -*- mode: conf; -*- 2 3 # Temporary files 4 *~ 5 6 # Build and cache files 7 Makefile 8 config.* 9 autom4te.cache 10 .deps 11 *.o 12 dvdcopy