Skip to content

Instantly share code, notes, and snippets.

@TimboKZ
Created February 17, 2017 18:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TimboKZ/868cc0a23fdd217da2e581e59531172b to your computer and use it in GitHub Desktop.
Save TimboKZ/868cc0a23fdd217da2e581e59531172b to your computer and use it in GitHub Desktop.
COMP207P Coursework .gitignore
# .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