Created
March 5, 2016 20:05
-
-
Save ehzawad/8df153fd48085e1afcd0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .hgignore | |
| node_module | |
| .DS_Store | |
| Thumbs.db | |
| # Compiled Object files | |
| *.slo | |
| *.lo | |
| *.o | |
| *.obj | |
| *.plist | |
| # Precompiled Headers | |
| *.gch | |
| *.pch | |
| # Compiled Dynamic libraries | |
| *.so | |
| *.dylib | |
| *.dll | |
| # Fortran module files | |
| *.mod | |
| # Compiled Static libraries | |
| *.lai | |
| *.la | |
| *.a | |
| *.lib | |
| # Executables | |
| *.exe | |
| *.out | |
| *.app | |
| # CMAKEfile ignores | |
| install_manifest.txt | |
| CMakeCache.txt | |
| CMakeFiles | |
| cmake_install.cmake | |
| # Python | |
| *.py[cod] | |
| .installed.cfg | |
| __pycache__ | |
| pip-log.txt | |
| .coverage | |
| .tox | |
| nosetests.xml | |
| # Extra in gitignore | |
| *.swp | |
| *.swo | |
| .DS_Store | |
| ._* | |
| tags | |
| tags.temp | |
| *.pyc | |
| bin/stubs | |
| .bundle | |
| .vagrant |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment