mirror of https://github.com/nirenjan/libx52.git
Add generated objects to .gitignore
parent
367a367ff9
commit
f0b2e6fecc
|
|
@ -3,8 +3,13 @@
|
||||||
*.o
|
*.o
|
||||||
*.mod.*
|
*.mod.*
|
||||||
|
|
||||||
# Compiled executables
|
# Generated objects (source, executables, tarballs, etc.)
|
||||||
a.out
|
a.out
|
||||||
|
cli/x52cli*
|
||||||
|
test/x52test*
|
||||||
|
util/util_char_map.c
|
||||||
|
util/x52charmapgen*
|
||||||
|
x52pro-linux-*.tar.gz
|
||||||
|
|
||||||
# Module files
|
# Module files
|
||||||
modules.order
|
modules.order
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue