dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 299e3b78241577151b4cad98017a837fcdced830
parent 1d80419463f94c2b972500fdfa0b6e51007e2f51
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue,  6 Aug 2019 09:12:52 +0200

Add global gitignore

Diffstat:
A.gitignore | 102+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 102 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -0,0 +1,102 @@ +# general +tags + +# macos +.DS_Store +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +._* + +# c/c++ output +*.d +*.o +*.slo +*.lo +*.obj +*.out +*.exe +*.app +*.dSYM/ +*.su +*.idb +*.pdb +*.i +*.ii +*.gpu +*.ptx +*.cubin +*.fatbin + +# vim +[._]*.s[a-v][a-z] +[._]*.sw[a-p] +[._]s[a-rt-v][a-z] +[._]ss[a-gi-z] +[._]sw[a-p] +Session.vim +Sessionx.vim +*~ +.netrwhist + +# python +__pycache__/ +*.so +*.py[cod] +*.egg +.env +.venv +env/ +venv/ +ENV/ +env.bak/ +venv.bak/ +.coverage +.coverage.* +.cache +htmlcov/ +.tox/ +.nox/ +nosetests.xml +coverage.xml + +# tex +*.aux +*.lof +*.log +*.lot +*.fls +*.out +*.toc +*.fmt +*.fot +*.cb +*.cb2 +.*.lb +*-converted-to.* +*.bbl +*.bcf +*.blg +*-blx.aux +*-blx.bib +*.run.xml +*.fdb_latexmk +*.synctex +*.synctex(busy) +*.synctex.gz +*.synctex.gz(busy) +*.pdfsync +latex.out/ +*.nav +*.pre +*.snm +*.vrb +*.soc +*.cug +*.ent +*.brf +*.idx +*.ilg +*.ing +*.dpth