Skip to content

Instantly share code, notes, and snippets.

@sargunv
Last active January 20, 2016 03:19
Show Gist options
  • Save sargunv/5ab7e50f89d1fd8004bd to your computer and use it in GitHub Desktop.
Save sargunv/5ab7e50f89d1fd8004bd to your computer and use it in GitHub Desktop.
CS 456 Lab1 .gitignore
### Project ###
# The compiler itself
scc
# generated lex and yacc files
lex.yy.c
y.tab.?
# the output progs for the simple test cases
test*.scc
test*.gcc
test*.s
# all the output of the test script
tests/*.s
tests/*.?cc
tests/*.gcc.out
tests/total.txt
# Created by https://www.gitignore.io/api/linux
### Linux ###
*~
# temporary files which can be created if a process still has a handle open of a deleted file
.fuse_hidden*
# KDE directory preferences
.directory
# Linux trash folder which might appear on any partition or disk
.Trash-*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment