mirror of
https://github.com/GRRLIB/GRRLIB.git
synced 2024-11-24 15:52:20 +00:00
Added .gitignore file.
This commit is contained in:
parent
858434ab5c
commit
2555249ecb
1 changed files with 17 additions and 0 deletions
17
.gitignore
vendored
Normal file
17
.gitignore
vendored
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Folder
|
||||||
|
build
|
||||||
|
|
||||||
|
# Compiler-generated binarie
|
||||||
|
*.o
|
||||||
|
*.d
|
||||||
|
*.map
|
||||||
|
|
||||||
|
# Executable file
|
||||||
|
*.dol
|
||||||
|
*.elf
|
||||||
|
|
||||||
|
# Compiled static library
|
||||||
|
*.a
|
||||||
|
|
||||||
|
# Programmer's Notepad state file
|
||||||
|
*.pnps
|
Loading…
Reference in a new issue