Skip to content
Snippets Groups Projects
.gitignore 2.43 KiB
Newer Older
# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app

# ROOT files
*.root
*Dict.cxx
*Dict.h

# CLASS files
DATA_BASES/DECAY/ALL/Decay.idx
source/include/Equivalence  
source/include/Irradiation  
source/include/XS
	# Makefile configuration folder:
config
	# folder containing the GUI binary :
gui/bin
	# Built doxygen :
documentation/doxygen/html/doxygen
	# Environment variables :
class_env.sh
Nico's avatar
Nico committed
	# CLASS Outputs :
DecayDataBank.log
CLASS_Exec
CLASS_OUTPUT.log
CLASS_TimeStep
	# Utils outputs
Utils/XSM/MLP/Build/Generate_XSM
Utils/XSM/MLP/Build/Train_XS	
Utils/XSM/MLP/Build/Data_Base_Info.nfo
Utils/XSM/MLP/Build/_tmp
Utils/XSM/MLP/Build/Trainining_output*
Utils/XSM/MLP/Build/weights
# ----------------------------------------------------------------------------
# For Mac OS
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon


# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

# ----------------------------------------------------------------------------
# For Xcode
# Build generated
build/
DerivedData/

# Various settings
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata/

# Other
*.moved-aside
*.xccheckout
*.xcscmblueprint

# ----------------------------------------------------------------------------
# for 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-*

# ----------------------------------------------------------------------------
# For SublimeText
# cache files for sublime text
*.tmlanguage.cache
*.tmPreferences.cache
*.stTheme.cache

# workspace files are user-specific
*.sublime-workspace

# project files should be checked into the repository, unless a significant
# proportion of contributors will probably not be using SublimeText
# *.sublime-project

# sftp configuration file
sftp-config.json