C02/.gitignore

30 lines
333 B
Plaintext
Raw Permalink Normal View History

2018-02-13 23:16:23 +00:00
#Compiled source code
*.exe
#Pelles C Auxiliary Files & Folders
2018-02-13 23:16:23 +00:00
*.ppx
*.tag
output
2018-02-13 23:16:23 +00:00
2018-01-28 19:39:31 +00:00
#Files created when compiling a C02 program
*/*.asm
*/*.bin
*/*.dbg
2018-01-28 19:39:31 +00:00
*/*.log
*/*.lst
*/*.prg
*/*.sym
#Converted Object Files
*.asc
*.dsk
*.out
*.s9
*.wav
#Deprecated Files
*/oldclude
2019-11-20 06:22:54 +00:00
*/*.zip
#Private Directories
notes