diff options
author | Matias Linares <matiaslina@gmail.com> | 2020-07-11 19:54:29 -0300 |
---|---|---|
committer | Matias Linares <matiaslina@gmail.com> | 2020-07-11 19:54:29 -0300 |
commit | c20106a71d492b5a2250e8ff28df4852057632b7 (patch) | |
tree | c5d957e4b68ebc18a33f649030fcb9e0a1774f78 /.gitignore | |
download | App-RunForPid-c20106a71d492b5a2250e8ff28df4852057632b7.tar.gz |
First commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..82e5d48 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +/blib/ +/src/*.o +/src/Makefile +/.panda-work +/resources/*.so +/resources/*.dylib +.precomp/ +/App-RunForPid-* |