diff --git a/.gitignore b/.gitignore index b6e4761..208fbf5 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,9 @@ __pycache__/ *.py[cod] *$py.class +#company private data folder +company_data/ + # C extensions *.so diff --git a/Hello.md b/Hello.md index 557db03..59f4e9f 100644 --- a/Hello.md +++ b/Hello.md @@ -1 +1 @@ -Hello World +Hello World Surojit Bhattacharyya diff --git a/README.md b/README.md index 2296112..e90e7c8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ # playgit readme hello world +This is something useful for all branches