COMP207P Coursework .gitignore
This file contains 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
# .gitignore for COMP207P coursework | |
/result.csv | |
/src/Lexer.java | |
/src/Parser.java | |
/src/sym.java | |
*.swp | |
test.temp | |
.idea | |
*.iws | |
/out/ | |
.idea_modules/ | |
atlassian-ide-plugin.xml | |
com_crashlytics_export_strings.xml | |
crashlytics.properties | |
crashlytics-build.properties | |
fabric.properties | |
*~ | |
\/.emacs.desktop | |
/.emacs.desktop.lock | |
*.elc | |
auto-save-list | |
tramp | |
.\ | |
.org-id-locations | |
*_archive | |
*_flymake.* | |
/eshell/history | |
/eshell/lastdir | |
/elpa/ | |
*.rel | |
/auto/ | |
.cask/ | |
dist/ | |
flycheck_*.el | |
/server/ | |
.projectile | |
.dir-locals.el | |
*.class | |
*.ctxt | |
.mtj.tmp/ | |
*.jar | |
*.war | |
*.ear | |
hs_err_pid* | |
*.DS_Store | |
.AppleDouble | |
.LSOverride | |
Icon | |
._* | |
.DocumentRevisions-V100 | |
.fseventsd | |
.Spotlight-V100 | |
.TemporaryItems | |
.Trashes | |
.VolumeIcon.icns | |
.com.apple.timemachine.donotpresent | |
.AppleDB | |
.AppleDesktop | |
Network Trash Folder | |
Temporary Items | |
.apdisk | |
Thumbs.db | |
ehthumbs.db | |
Desktop.ini | |
$RECYCLE.BIN/ | |
*.cab | |
*.msi | |
*.msm | |
*.msp | |
*.lnk | |
*~ | |
.fuse_hidden* | |
.directory | |
.Trash-* | |
.nfs* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment