diff options
author | Camil Staps | 2017-03-07 08:25:40 +0100 |
---|---|---|
committer | Camil Staps | 2017-03-07 08:25:40 +0100 |
commit | 027204b3dc1875f68e451a2f3d93ee6a1e1b8111 (patch) | |
tree | 5dd623d4f6053e32bd78914e88f0241918a45d54 | |
parent | Also accept system keyword in record fields (diff) |
Add .gitignore
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7aed2cd --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +Clean\ System\ Files +backend/Clean\ System\ Files +backendC/CleanCompilerSources/backend.a +backendC/CleanCompilerSources/*.o +main/Clean\ System\ Files +main/Unix/Clean\ System\ Files +main/Unix/*.o + +cocl |