diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-02-08 16:45:16 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-02-08 16:45:16 +0100 |
| commit | 5200836d4b4ca9baf0f578f7a462f27d155abff4 (patch) | |
| tree | d190f2782c4b0f160faaaf1226e2de7561001272 /.gitignore | |
Initial Commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..45257f8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +.svn +.DS_Store +._.* +*.o +build +Makefile +autom4te.cache +*~ +*.pbxuser +*.perspectivev3 +*.mode1v3 +*.mode2v3 +*.pbxuser +*.tm_build_errors +*.tmproj +Developer.xcconfig +*.xcworkspace +*.xcuserdatad +/release |