diff options
author | Your Name <you@example.com> | 2020-06-22 17:06:46 +0200 |
---|---|---|
committer | Your Name <you@example.com> | 2020-06-22 17:06:46 +0200 |
commit | 6bacc4f30752e49733d6efb219d58eb4745a49a9 (patch) | |
tree | b1459f86e5b5b0c2ad2fe81e1b96ad588de463d7 /.gitignore | |
download | pOS-6bacc4f30752e49733d6efb219d58eb4745a49a9.tar.gz pOS-6bacc4f30752e49733d6efb219d58eb4745a49a9.tar.bz2 pOS-6bacc4f30752e49733d6efb219d58eb4745a49a9.zip |
Git commit clean
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ee55692 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +out/ +build/ + +pOS.config +pOS.creator +pOS.creator.user +pOS.cflags +pOS.cxxflags +pOS.files +pOS.includes |