Created
April 12, 2019 07:26
-
-
Save sochotnicky/a102f1ab12fac21801116ca8d62776e7 to your computer and use it in GitHub Desktop.
/home/w0rm/.gitignore
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
| # object files and libs | |
| *.[ao] | |
| *.so | |
| *.elc | |
| .hg | |
| #python compiled files | |
| *.py[co] | |
| #vim swap files | |
| *.swp | |
| *~ | |
| *.bak | |
| \#*# | |
| .#* | |
| .emacs.desktop | |
| .ropeproject | |
| *.src.rpm | |
| *.orig | |
| *.rej | |
| # dotfiles | |
| .gitconfig-* | |
| .build-*log | |
| *src.rpm | |
| # generated file | |
| .emacs.d/tramp | |
| *.rnc | |
| BUILDROOT | |
| BUILD | |
| RPMS | |
| .m2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment