diff options
| author | jeanpouget-abadie <jean.pougetabadie@gmail.com> | 2014-11-19 19:50:05 -0500 |
|---|---|---|
| committer | jeanpouget-abadie <jean.pougetabadie@gmail.com> | 2014-11-19 19:50:05 -0500 |
| commit | c69169f911d53a3a417c5cf552a0fe8e1d9de137 (patch) | |
| tree | 1a87cd8656aed915fabf746e3cb16ec5995e0c9e /.gitignore | |
| parent | 070077f84b3df6696241dc140f48c8886f8ee047 (diff) | |
| download | cascades-c69169f911d53a3a417c5cf552a0fe8e1d9de137.tar.gz | |
Adding .gitignore file
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c9475d2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# packages +*.dmg +*.gz +*.tar +*.zip + +# logs +*.pyc +*.aux +*.log + +# OS files +.DS_Store +.DS_Store? + |
